summary refs log tree commit diff stats
path: root/tests/ccgbugs/tuple_canon.nim
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2019-11-06 13:59:31 +0100
committernarimiran <narimiran@disroot.org>2019-11-06 14:35:45 +0100
commitc6a451c5848fecc9e6b11a1cb1e33bf3c68b7571 (patch)
tree79ba29298561448d829556a034430ea24c830b42 /tests/ccgbugs/tuple_canon.nim
parentcc3e9ca1641bf93fb51ff20bf546a34e7cf1862a (diff)
downloadNim-c6a451c5848fecc9e6b11a1cb1e33bf3c68b7571.tar.gz
remove unused imports from tests
Diffstat (limited to 'tests/ccgbugs/tuple_canon.nim')
-rw-r--r--tests/ccgbugs/tuple_canon.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ccgbugs/tuple_canon.nim b/tests/ccgbugs/tuple_canon.nim
index 671986054..aa9605d4b 100644
--- a/tests/ccgbugs/tuple_canon.nim
+++ b/tests/ccgbugs/tuple_canon.nim
@@ -12,8 +12,7 @@ foo = bar                     # No error if assigned directly
 
 # bug #2250
 
-import
-    math, strutils
+import math
 
 type
     Meters = float