Browse Source

* fixed/cleaned up tests for "nil + 1"

git-svn-id: trunk@13212 -
Jonas Maebe 16 years ago
parent
commit
e6bf70fc05
3 changed files with 3 additions and 9 deletions
  1. 1 2
      .gitattributes
  2. 0 7
      tests/tbf/tb0216.pp
  3. 2 0
      tests/webtbf/tw13815.pp

+ 1 - 2
.gitattributes

@@ -6703,7 +6703,6 @@ tests/tbf/tb0215b.pp svneol=native#text/plain
 tests/tbf/tb0215c.pp svneol=native#text/plain
 tests/tbf/tb0215d.pp svneol=native#text/plain
 tests/tbf/tb0215e.pp svneol=native#text/plain
-tests/tbf/tb0216.pp svneol=native#text/plain
 tests/tbf/ub0115.pp svneol=native#text/plain
 tests/tbf/ub0149.pp svneol=native#text/plain
 tests/tbf/ub0158a.pp svneol=native#text/plain
@@ -8320,6 +8319,7 @@ tests/webtbf/tw1316.pp svneol=native#text/plain
 tests/webtbf/tw1328.pp svneol=native#text/plain
 tests/webtbf/tw13563a.pp svneol=native#text/plain
 tests/webtbf/tw1365.pp svneol=native#text/plain
+tests/webtbf/tw13815.pp svneol=native#text/plain
 tests/webtbf/tw1395.pp svneol=native#text/plain
 tests/webtbf/tw1407.pp svneol=native#text/plain
 tests/webtbf/tw1432.pp svneol=native#text/plain
@@ -8875,7 +8875,6 @@ tests/webtbs/tw1374.pp svneol=native#text/plain
 tests/webtbs/tw1375.pp svneol=native#text/plain
 tests/webtbs/tw1376.pp svneol=native#text/plain
 tests/webtbs/tw13763.pp svneol=native#text/plain
-tests/webtbs/tw13815.pp svneol=native#text/plain
 tests/webtbs/tw13820.pp svneol=native#text/plain
 tests/webtbs/tw1398.pp svneol=native#text/plain
 tests/webtbs/tw1401.pp svneol=native#text/plain

+ 0 - 7
tests/tbf/tb0216.pp

@@ -1,7 +0,0 @@
-{ %fail }
-
-var
-  p: pointer;
-begin
-  p:=nil+1;
-end.

+ 2 - 0
tests/webtbs/tw13815.pp → tests/webtbf/tw13815.pp

@@ -1,3 +1,5 @@
+{ %fail }
+
 var
   p: pointer;
 begin