diff options
Diffstat (limited to 'tests/reject/tno_int_in_bool_context.nim')
-rwxr-xr-x | tests/reject/tno_int_in_bool_context.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/reject/tno_int_in_bool_context.nim b/tests/reject/tno_int_in_bool_context.nim deleted file mode 100755 index 755a02c0c..000000000 --- a/tests/reject/tno_int_in_bool_context.nim +++ /dev/null @@ -1,8 +0,0 @@ -discard """ - line: 6 - errormsg: "type mismatch: got (int literal(1)) but expected 'bool'" -""" - -if 1: - echo "wtf?" - |