Browse Source

* fixed program name in test tasm18f.pp

git-svn-id: trunk@38230 -
nickysn 7 years ago
parent
commit
f7ab96bbba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tasm18f.pp

+ 1 - 1
tests/test/tasm18f.pp

@@ -1,6 +1,6 @@
 { %FAIL }
 { %CPU=i8086,i386,x86_64 }
-program tasm18e;
+program tasm18f;
 
 {$ifdef FPC}
   {$asmmode intel}