diff --git a/tests/2/errorSys3.zwei b/tests/2/errorSys3.zwei new file mode 100755 index 0000000..b3cc5fb --- /dev/null +++ b/tests/2/errorSys3.zwei @@ -0,0 +1,7 @@ +//to many expressions after class definition +//this should raise an EOF Exptected error +class bimbo { + +} + +null imho \ No newline at end of file diff --git a/tests/2/sys3.txt.zwei b/tests/2/sys3.txt.zwei deleted file mode 100755 index b3cc5fb..0000000 --- a/tests/2/sys3.txt.zwei +++ /dev/null @@ -1,7 +0,0 @@ -//to many expressions after class definition -//this should raise an EOF Exptected error -class bimbo { - -} - -null imho \ No newline at end of file