mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 07:21:19 +00:00
got rid of 'accept' dir in the tests
This commit is contained in:
11
tests/run/tlenopenarray.nim
Executable file
11
tests/run/tlenopenarray.nim
Executable file
@@ -0,0 +1,11 @@
|
||||
discard """
|
||||
file: "tlenopenarray.nim"
|
||||
output: "1"
|
||||
"""
|
||||
|
||||
# len(x) --> len([x]) --> match!
|
||||
echo len(1_000_000) #OUT 1
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user