diff --git a/tests/2/errorSys7.zwei b/tests/2/errorSys7.zwei
new file mode 100755
index 0000000..1887eb6
--- /dev/null
+++ b/tests/2/errorSys7.zwei
@@ -0,0 +1,8 @@
+//this tests wrong field definitions (invalid identifier)
+//this file is wrong
+
+class Bimbo {
+
+	Int Int;
+
+}
\ No newline at end of file
diff --git a/tests/2/sys7.txt.zwei b/tests/2/sys7.txt.zwei
deleted file mode 100755
index 1887eb6..0000000
--- a/tests/2/sys7.txt.zwei
+++ /dev/null
@@ -1,8 +0,0 @@
-//this tests wrong field definitions (invalid identifier)
-//this file is wrong
-
-class Bimbo {
-
-	Int Int;
-
-}
\ No newline at end of file