diff --git a/tests/2/errorSys5.zwei b/tests/2/errorSys5.zwei new file mode 100755 index 0000000..47c73db --- /dev/null +++ b/tests/2/errorSys5.zwei @@ -0,0 +1,10 @@ +//this file tests an wrong field declaration (no semicolon) +//this file is not correct + +class Bimbo { + + Int bimbo + +} + +bimbo \ No newline at end of file diff --git a/tests/2/sys5.txt.zwei b/tests/2/sys5.txt.zwei deleted file mode 100755 index 47c73db..0000000 --- a/tests/2/sys5.txt.zwei +++ /dev/null @@ -1,10 +0,0 @@ -//this file tests an wrong field declaration (no semicolon) -//this file is not correct - -class Bimbo { - - Int bimbo - -} - -bimbo \ No newline at end of file