summary refs log tree commit diff stats
path: root/tests/reject/titer4.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/titer4.nim')
-rwxr-xr-xtests/reject/titer4.nim10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/reject/titer4.nim b/tests/reject/titer4.nim
deleted file mode 100755
index 9b52f8055..000000000
--- a/tests/reject/titer4.nim
+++ /dev/null
@@ -1,10 +0,0 @@
-discard """
-  file: "titer4.nim"
-  line: 7
-  errormsg: "iterator within for loop context expected"
-"""
-# implicit items/pairs, but not if we have 3 for loop vars:
-for x, y, z in {'a'..'z'}: #ERROR_MSG iterator within for loop context expected
-  nil
-
-