diff --git a/tests/2/errorSys2.zwei b/tests/2/errorSys2.zwei new file mode 100755 index 0000000..feb6a8c --- /dev/null +++ b/tests/2/errorSys2.zwei @@ -0,0 +1,7 @@ +//this file tests a file without an Expression after the class definitions +//this should raise an Error "Expression expected" + +class Bimbo { + + +} \ No newline at end of file diff --git a/tests/2/sys2.txt.zwei b/tests/2/sys2.txt.zwei deleted file mode 100755 index feb6a8c..0000000 --- a/tests/2/sys2.txt.zwei +++ /dev/null @@ -1,7 +0,0 @@ -//this file tests a file without an Expression after the class definitions -//this should raise an Error "Expression expected" - -class Bimbo { - - -} \ No newline at end of file