diff options
Diffstat (limited to 'tests/ccgbugs/tuple_canon.nim')
-rw-r--r-- | tests/ccgbugs/tuple_canon.nim | 3 |
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 |