summary refs log tree commit diff stats
path: root/tests/reject/tsimtych.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tsimtych.nim')
-rwxr-xr-xtests/reject/tsimtych.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/reject/tsimtych.nim b/tests/reject/tsimtych.nim
deleted file mode 100755
index dd969958c..000000000
--- a/tests/reject/tsimtych.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-discard """
-  file: "tsimtych.nim"
-  line: 10
-  errormsg: "type mismatch: got (bool) but expected \'string\'"
-"""
-# Test 2

-# Simple type checking

-

-var a: string

-a = false #ERROR

-
-