+ check for not failing on Delphi $WARN directive

git-svn-id: trunk@125 -
This commit is contained in:
Tomas Hajny 2005-05-26 20:53:02 +00:00
parent 0a1a92f1aa
commit 3d00563633
2 changed files with 4 additions and 0 deletions

1
.gitattributes vendored
View File

@ -4960,6 +4960,7 @@ tests/tbs/tb0487.pp svneol=native#text/plain
tests/tbs/tb0488.pp svneol=native#text/plain
tests/tbs/tb0489.pp svneol=native#text/plain
tests/tbs/tb0490.pp svneol=native#text/plain
tests/tbs/tb0491.pp svneol=native#text/plain
tests/tbs/ub0060.pp svneol=native#text/plain
tests/tbs/ub0069.pp svneol=native#text/plain
tests/tbs/ub0119.pp svneol=native#text/plain

3
tests/tbs/tb0491.pp Normal file
View File

@ -0,0 +1,3 @@
{$WARN SYMBOL_PLATFORM OFF}
begin
end.