Explorar el Código

Remove %OS by %TARGET, as spotted by Gareth

Pierre Muller hace 3 años
padre
commit
2c9776ac6b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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;