diff options
Diffstat (limited to 'tests/misc/tsimtych.nim')
-rw-r--r-- | tests/misc/tsimtych.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/misc/tsimtych.nim b/tests/misc/tsimtych.nim deleted file mode 100644 index 037172bd5..000000000 --- a/tests/misc/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 - - |