Преглед изворни кода

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


git-svn-id: trunk@15095 -

marco пре 15 година
родитељ
комит
67b7762c34
2 измењених фајлова са 2 додато и 2 уклоњено
  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] }