Parcourir la source

Remove %OS by %TARGET, as spotted by Gareth

Pierre Muller il y a 3 ans
Parent
commit
2c9776ac6b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      tests/test/tblock8.pp
  2. 1 1
      tests/test/tblock9.pp

+ 1 - 1
tests/test/tblock8.pp

@@ -1,5 +1,5 @@
 { %FAIL }
-{ %OS=darwin,iphonesim,ios}
+{ %TARGET=darwin,iphonesim,ios}
 
 program tblock8;
 

+ 1 - 1
tests/test/tblock9.pp

@@ -1,5 +1,5 @@
 { %FAIL }
-{ %OS=darwin,iphonesim,ios}
+{ %TARGET=darwin,iphonesim,ios}
 
 program tblock9;