Browse Source

* removed accidently committed file

git-svn-id: trunk@34927 -
florian 8 years ago
parent
commit
10132bfafa
2 changed files with 0 additions and 9 deletions
  1. 0 1
      .gitattributes
  2. 0 8
      tests/tbf/tb0252.pp

+ 0 - 1
.gitattributes

@@ -10413,7 +10413,6 @@ tests/tbf/tb0248.pp svneol=native#text/pascal
 tests/tbf/tb0249.pp svneol=native#text/pascal
 tests/tbf/tb0249.pp svneol=native#text/pascal
 tests/tbf/tb0250.pp svneol=native#text/pascal
 tests/tbf/tb0250.pp svneol=native#text/pascal
 tests/tbf/tb0251.pp svneol=native#text/pascal
 tests/tbf/tb0251.pp svneol=native#text/pascal
-tests/tbf/tb0252.pp svneol=native#text/pascal
 tests/tbf/tb0252a.pp svneol=native#text/plain
 tests/tbf/tb0252a.pp svneol=native#text/plain
 tests/tbf/tb0252b.pp svneol=native#text/plain
 tests/tbf/tb0252b.pp svneol=native#text/plain
 tests/tbf/tb0252c.pp svneol=native#text/plain
 tests/tbf/tb0252c.pp svneol=native#text/plain

+ 0 - 8
tests/tbf/tb0252.pp

@@ -1,8 +0,0 @@
-{ %fail }
-var
-  b : bytebool;
-
-begin
-  for b:=false to true do
-    ;
-end.