summary refs log tree commit diff stats
path: root/tests/accept/run/tlenopenarray.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/accept/run/tlenopenarray.nim')
-rwxr-xr-xtests/accept/run/tlenopenarray.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/accept/run/tlenopenarray.nim b/tests/accept/run/tlenopenarray.nim
deleted file mode 100755
index 9731cb4f2..000000000
--- a/tests/accept/run/tlenopenarray.nim
+++ /dev/null
@@ -1,5 +0,0 @@
-
-# len(x) --> len([x]) --> match!
-echo len(1_000_000) #OUT 1
-
-