summary refs log tree commit diff stats
path: root/tests/titer5.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2009-12-22 01:28:20 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2009-12-22 01:28:20 +0100
commit2169fd63bdf9caf539ca7ca5b661ee703206500c (patch)
treee8d531ac9984699054744ad654c972acf5463062 /tests/titer5.nim
parent9dda24e475bbdb3e33ae22d745bfaca552e18465 (diff)
downloadNim-2169fd63bdf9caf539ca7ca5b661ee703206500c.tar.gz
version 0.8.6
Diffstat (limited to 'tests/titer5.nim')
-rwxr-xr-xtests/titer5.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/titer5.nim b/tests/titer5.nim
index c84c5c807..1ac37ba66 100755
--- a/tests/titer5.nim
+++ b/tests/titer5.nim
@@ -1,4 +1,6 @@
 # Test method call syntax for iterators:
+import strutils
+
 const lines = """abc  xyz"""
 
 for x in lines.split():