summary refs log tree commit diff stats
path: root/tests/vm/tcomponent.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-13 13:02:52 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-08-13 13:02:52 +0200
commit975114e114c53601287393359c0d823b2c53a315 (patch)
treede740cb1201650b4db79008c93326ce621e27a67 /tests/vm/tcomponent.nim
parent96e0b56a55ba893c69ef9add60b1dfaa493ffb0e (diff)
downloadNim-975114e114c53601287393359c0d823b2c53a315.tar.gz
make more tests green
Diffstat (limited to 'tests/vm/tcomponent.nim')
-rw-r--r--tests/vm/tcomponent.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tcomponent.nim b/tests/vm/tcomponent.nim
index e7962e7ab..b509bc5d7 100644
--- a/tests/vm/tcomponent.nim
+++ b/tests/vm/tcomponent.nim
@@ -11,7 +11,7 @@ FOO: blah'''
 
 import macros, sequtils, tables
 import strutils
-import future, meta
+import sugar, meta
 
 type
   Component = object