mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 05:07:20 +01:00
+ new test that should fail to compile, but doesn't yet
git-svn-id: trunk@17034 -
This commit is contained in:
parent
b0bd6a13ec
commit
e78f195422
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8283,6 +8283,7 @@ tests/tbf/tb0216.pp svneol=native#text/plain
|
|||||||
tests/tbf/tb0217.pp svneol=native#text/plain
|
tests/tbf/tb0217.pp svneol=native#text/plain
|
||||||
tests/tbf/tb0218.pp svneol=native#text/plain
|
tests/tbf/tb0218.pp svneol=native#text/plain
|
||||||
tests/tbf/tb0219.pp svneol=native#text/pascal
|
tests/tbf/tb0219.pp svneol=native#text/pascal
|
||||||
|
tests/tbf/tb0220.pp svneol=native#text/plain
|
||||||
tests/tbf/ub0115.pp svneol=native#text/plain
|
tests/tbf/ub0115.pp svneol=native#text/plain
|
||||||
tests/tbf/ub0149.pp svneol=native#text/plain
|
tests/tbf/ub0149.pp svneol=native#text/plain
|
||||||
tests/tbf/ub0158a.pp svneol=native#text/plain
|
tests/tbf/ub0158a.pp svneol=native#text/plain
|
||||||
|
|||||||
8
tests/tbf/tb0220.pp
Normal file
8
tests/tbf/tb0220.pp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{ %fail }
|
||||||
|
|
||||||
|
type
|
||||||
|
tset = set of byte;
|
||||||
|
begin
|
||||||
|
if 2 in tset then
|
||||||
|
writeln('should not compile')
|
||||||
|
end.
|
||||||
Loading…
Reference in New Issue
Block a user