summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorPeter Mora <morapeter@gmail.com>2015-10-06 08:24:43 +0200
committerPeter Mora <morapeter@gmail.com>2015-10-06 08:24:43 +0200
commitb284ace099aa2dadfd67c4006ded2f64225e4c09 (patch)
treea29ea6c97033012e8099c82cc0e2f4098cd311a6 /tests
parent6318f77821959f1fbd0c6bd3d04550b6ac926dcc (diff)
downloadNim-b284ace099aa2dadfd67c4006ded2f64225e4c09.tar.gz
fixing unittest
Diffstat (limited to 'tests')
-rw-r--r--tests/stdlib/tunittest.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tunittest.nim b/tests/stdlib/tunittest.nim
index 4d2a2a340..4b210c23b 100644
--- a/tests/stdlib/tunittest.nim
+++ b/tests/stdlib/tunittest.nim
@@ -1,4 +1,4 @@
-import unittest
+import unittest, sequtils
 
 
 proc doThings(spuds: var int): int =
t'>
c86d1a479 ^
3e87ef35f ^

cf40f3240 ^
e60868a78 ^
3e87ef35f ^




b790159bb ^
7e3ebc1bc ^





ef44c12a3 ^
97738a4f2 ^
7e3ebc1bc ^

3e87ef35f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60