Parcourir la source

* Patch from Oliver that corrects some % directives in the testsuite. Mantis 16134


git-svn-id: trunk@15095 -

marco il y a 15 ans
Parent
commit
67b7762c34
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      tests/tbs/tb0523.pp
  2. 1 1
      tests/webtbs/tw2377.pp

+ 1 - 1
tests/tbs/tb0523.pp

@@ -1,4 +1,4 @@
-{ %target=i386 }
+{ %CPU=i386 }
 {$asmmode intel}
 
 var

+ 1 - 1
tests/webtbs/tw2377.pp

@@ -1,4 +1,4 @@
-{ %target=i386 }
+{ %cpu=i386 }
 { Source provided for Free Pascal Bug Report 2377 }
 { Submitted by "Christian Keck" on  2003-02-12 }
 { e-mail: [email protected] }