summary refs log tree commit diff stats
path: root/tests/template/twrongmapit.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/twrongmapit.nim')
-rw-r--r--tests/template/twrongmapit.nim2
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], "##"