mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
Remove %OS by %TARGET, as spotted by Gareth
This commit is contained in:
parent
e148afd506
commit
2c9776ac6b
@ -1,5 +1,5 @@
|
|||||||
{ %FAIL }
|
{ %FAIL }
|
||||||
{ %OS=darwin,iphonesim,ios}
|
{ %TARGET=darwin,iphonesim,ios}
|
||||||
|
|
||||||
program tblock8;
|
program tblock8;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ %FAIL }
|
{ %FAIL }
|
||||||
{ %OS=darwin,iphonesim,ios}
|
{ %TARGET=darwin,iphonesim,ios}
|
||||||
|
|
||||||
program tblock9;
|
program tblock9;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user