summary refs log tree commit diff stats
path: root/tests/compile/timplicititems.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/timplicititems.nim')
-rw-r--r--tests/compile/timplicititems.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/compile/timplicititems.nim b/tests/compile/timplicititems.nim
deleted file mode 100644
index dbe321cb6..000000000
--- a/tests/compile/timplicititems.nim
+++ /dev/null
@@ -1,4 +0,0 @@
-
-for x in [1, 2, 3, 4]:
-  echo x
-