diff options
author | Araq <rumpf_a@web.de> | 2014-10-22 12:50:04 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-10-22 12:50:04 +0200 |
commit | 2c5743db3eac0ecb19d30f7b3b43045a116dcbf4 (patch) | |
tree | fbadb4db9d3820eb038673f37751f6d49f6bf2dc /tests | |
parent | 0f260400743967031fd2cea2e3e8443dc7fcaaa7 (diff) | |
download | Nim-2c5743db3eac0ecb19d30f7b3b43045a116dcbf4.tar.gz |
fixes #1029
Diffstat (limited to 'tests')
-rw-r--r-- | tests/modules/texport.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/modules/texport.nim b/tests/modules/texport.nim index 99228dfce..9515f9060 100644 --- a/tests/modules/texport.nim +++ b/tests/modules/texport.nim @@ -4,6 +4,9 @@ discard """ import mexporta +# bug #1029: +from rawsockets import accept + # B.TMyObject has been imported implicitly here: var x: TMyObject echo($x, q(0), q"0") |