summary refs log tree commit diff stats
path: root/tests/collections/tseq.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/collections/tseq.nim')
-rw-r--r--tests/collections/tseq.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/collections/tseq.nim b/tests/collections/tseq.nim
index 88d6dc79b..a7a0c724e 100644
--- a/tests/collections/tseq.nim
+++ b/tests/collections/tseq.nim
@@ -201,7 +201,7 @@ block ttoseq:
     stdout.write(x)
   for x in items(toSeq(countup(2, 6))):
     stdout.write(x)
-  var y: type("a b c".split)
+  var y: typeof("a b c".split)
   y = "xzy"
   stdout.write("\n")