summary refs log tree commit diff stats
path: root/tests/misc/tinc.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tinc.nim')
-rw-r--r--tests/misc/tinc.nim8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/misc/tinc.nim b/tests/misc/tinc.nim
deleted file mode 100644
index 91f6223e2..000000000
--- a/tests/misc/tinc.nim
+++ /dev/null
@@ -1,8 +0,0 @@
-discard """
-  errormsg: "type mismatch: got <int>"
-  file: "tinc.nim"
-  line: 8
-"""
-var x = 0
-
-inc(x+1)