ソースを参照

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;