diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-08-13 13:02:52 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-13 13:02:52 +0200 |
commit | 975114e114c53601287393359c0d823b2c53a315 (patch) | |
tree | de740cb1201650b4db79008c93326ce621e27a67 /tests/vm/tcomponent.nim | |
parent | 96e0b56a55ba893c69ef9add60b1dfaa493ffb0e (diff) | |
download | Nim-975114e114c53601287393359c0d823b2c53a315.tar.gz |
make more tests green
Diffstat (limited to 'tests/vm/tcomponent.nim')
-rw-r--r-- | tests/vm/tcomponent.nim | 2 |
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 |