Browse Source

* tb0201 should now succeed, move & rename it to tbs/tb0540
* Add %FAIL & %NORUN to tb0200.

git-svn-id: trunk@7826 -

daniel 18 years ago
parent
commit
dafc044cea
3 changed files with 4 additions and 2 deletions
  1. 1 1
      .gitattributes
  2. 2 0
      tests/tbf/tb0200.pp
  3. 1 1
      tests/tbs/tb0540.pp

+ 1 - 1
.gitattributes

@@ -5799,7 +5799,6 @@ tests/tbf/tb0198.pp svneol=native#text/plain
 tests/tbf/tb0199.pp -text
 tests/tbf/tb0199a.pp -text
 tests/tbf/tb0200.pp svneol=native#text/x-pascal
-tests/tbf/tb0201.pp svneol=native#text/x-pascal
 tests/tbf/ub0115.pp svneol=native#text/plain
 tests/tbf/ub0149.pp svneol=native#text/plain
 tests/tbf/ub0158a.pp svneol=native#text/plain
@@ -6336,6 +6335,7 @@ tests/tbs/tb0536.pp svneol=native#text/plain
 tests/tbs/tb0537.pp svneol=native#text/plain
 tests/tbs/tb0538.pp svneol=native#text/plain
 tests/tbs/tb0539.pp svneol=native#text/plain
+tests/tbs/tb0540.pp svneol=native#text/x-pascal
 tests/tbs/ub0060.pp svneol=native#text/plain
 tests/tbs/ub0069.pp svneol=native#text/plain
 tests/tbs/ub0119.pp svneol=native#text/plain

+ 2 - 0
tests/tbf/tb0200.pp

@@ -1,3 +1,5 @@
+{%NORUN}
+{%FAIL}
 program tb0200;
 
 {$H-}

+ 1 - 1
tests/tbf/tb0201.pp → tests/tbs/tb0540.pp

@@ -1,4 +1,4 @@
-program tb0201;
+program tb0540;
 
 {$mode objfpc}
 {$H-}