summary refs log tree commit diff stats
path: root/tests/reject/tno_int_in_bool_context.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tno_int_in_bool_context.nim')
-rwxr-xr-xtests/reject/tno_int_in_bool_context.nim8
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?"
-