Browse Source

+ check for not failing on Delphi $WARN directive

git-svn-id: trunk@125 -
Tomas Hajny 20 years ago
parent
commit
3d00563633
2 changed files with 4 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 3 0
      tests/tbs/tb0491.pp

+ 1 - 0
.gitattributes

@@ -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 - 0
tests/tbs/tb0491.pp

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