+ test I still had lying around

git-svn-id: trunk@10950 -
This commit is contained in:
Jonas Maebe 2008-05-12 09:51:19 +00:00
parent 88cfaf0a41
commit 87aa666768
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@ -6326,6 +6326,7 @@ tests/tbf/tb0204a.pp svneol=native#text/plain
tests/tbf/tb0205.pp svneol=native#text/plain
tests/tbf/tb0206.pp svneol=native#text/plain
tests/tbf/tb0207.pp svneol=native#text/plain
tests/tbf/tb0208.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

15
tests/tbf/tb0208.pp Normal file
View File

@ -0,0 +1,15 @@
{ %fail }
{ %opt=-Sew }
procedure test;
var
b: byte;
begin
case b of
1: b:=1;
end;
end;
begin
test;
end.