diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-05 18:50:52 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-05 18:50:52 +0200 |
commit | 07d7d35d995262830f86cc02f3c663eae5714d2f (patch) | |
tree | 167f6c60a218cf6249c032f2d06801b703d96c1c /tests/tuples | |
parent | 487bf54cdf6fbe894c0058a97289cab25ba6fcf0 (diff) | |
download | Nim-07d7d35d995262830f86cc02f3c663eae5714d2f.tar.gz |
fixes #3579
Diffstat (limited to 'tests/tuples')
-rw-r--r-- | tests/tuples/tuple_with_nil.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tuples/tuple_with_nil.nim b/tests/tuples/tuple_with_nil.nim index 442fbab92..9b5d583d3 100644 --- a/tests/tuples/tuple_with_nil.nim +++ b/tests/tuples/tuple_with_nil.nim @@ -4,7 +4,7 @@ import parseutils import unicode import math import fenv -import unsigned +#import unsigned import pegs import streams |