summary refs log tree commit diff stats
path: root/tests/reject/tinc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tinc.nim')
-rwxr-xr-xtests/reject/tinc.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/reject/tinc.nim b/tests/reject/tinc.nim
deleted file mode 100755
index 8038a2a01..000000000
--- a/tests/reject/tinc.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-discard """
-  file: "tinc.nim"
-  line: 8
-  errormsg: "for a \'var\' type a variable needs to be passed"
-"""
-var x = 0
-
-inc(x+1)
-
-
-
-