mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 11:50:19 +02:00
* fixed/cleaned up tests for "nil + 1"
git-svn-id: trunk@13212 -
This commit is contained in:
parent
6fa94ad9d8
commit
e6bf70fc05
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -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
|
||||
|
@ -1,7 +0,0 @@
|
||||
{ %fail }
|
||||
|
||||
var
|
||||
p: pointer;
|
||||
begin
|
||||
p:=nil+1;
|
||||
end.
|
@ -1,3 +1,5 @@
|
||||
{ %fail }
|
||||
|
||||
var
|
||||
p: pointer;
|
||||
begin
|
Loading…
Reference in New Issue
Block a user