summary refs log tree commit diff stats
path: root/tests/misc/tsimtych.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/tsimtych.nim')
-rw-r--r--tests/misc/tsimtych.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/misc/tsimtych.nim b/tests/misc/tsimtych.nim
deleted file mode 100644
index 74a6ad4c0..000000000
--- a/tests/misc/tsimtych.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-discard """
-  errormsg: "type mismatch: got <bool> but expected \'string\'"
-  file: "tsimtych.nim"
-  line: 10
-"""
-# Test 2
-# Simple type checking
-
-var a: string
-a = false #ERROR