Browse Source

Remove %OS by %TARGET, as spotted by Gareth

Pierre Muller 3 years ago
parent
commit
2c9776ac6b
2 changed files with 2 additions and 2 deletions
  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;