Browse Source

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


git-svn-id: trunk@15095 -

marco 15 years ago
parent
commit
67b7762c34
2 changed files with 2 additions and 2 deletions
  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}
 {$asmmode intel}
 
 
 var
 var

+ 1 - 1
tests/webtbs/tw2377.pp

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