diff options
Diffstat (limited to 'tests/template/twrongmapit.nim')
-rw-r--r-- | tests/template/twrongmapit.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/twrongmapit.nim b/tests/template/twrongmapit.nim index 0a6d694f6..df695fcd6 100644 --- a/tests/template/twrongmapit.nim +++ b/tests/template/twrongmapit.nim @@ -27,6 +27,6 @@ when ATTEMPT == 0: # bug #1543 import sequtils -(var i = @[""];i).mapIt(it) +(var i = @[""];i).applyIt(it) # now works: echo "##", i[0], "##" |