瀏覽代碼

Remove %OS by %TARGET, as spotted by Gareth

Pierre Muller 3 年之前
父節點
當前提交
2c9776ac6b
共有 2 個文件被更改,包括 2 次插入2 次删除
  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;