summary refs log tree commit diff stats
path: root/tests/titer4.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/titer4.nim')
-rwxr-xr-xtests/titer4.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/titer4.nim b/tests/titer4.nim
new file mode 100755
index 000000000..376522482
--- /dev/null
+++ b/tests/titer4.nim
@@ -0,0 +1,3 @@
+
+for x in {'a'..'z'}: #ERROR_MSG iterator within for loop context expected
+  nil