diff --git a/tests/2/errorSys6.zwei b/tests/2/errorSys6.zwei new file mode 100755 index 0000000..ed4cac5 --- /dev/null +++ b/tests/2/errorSys6.zwei @@ -0,0 +1,8 @@ +//this tests a wrong field declaration (no name) +//this file is wrong + +class Bimbo { + + Int; + +} \ No newline at end of file diff --git a/tests/2/sys6.txt.zwei b/tests/2/sys6.txt.zwei deleted file mode 100755 index ed4cac5..0000000 --- a/tests/2/sys6.txt.zwei +++ /dev/null @@ -1,8 +0,0 @@ -//this tests a wrong field declaration (no name) -//this file is wrong - -class Bimbo { - - Int; - -} \ No newline at end of file