summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-10-22 12:50:04 +0200
committerAraq <rumpf_a@web.de>2014-10-22 12:50:04 +0200
commit2c5743db3eac0ecb19d30f7b3b43045a116dcbf4 (patch)
treefbadb4db9d3820eb038673f37751f6d49f6bf2dc /tests
parent0f260400743967031fd2cea2e3e8443dc7fcaaa7 (diff)
downloadNim-2c5743db3eac0ecb19d30f7b3b43045a116dcbf4.tar.gz
fixes #1029
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/texport.nim3
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")