diff options
Diffstat (limited to 'tests/modules/texport.nim')
-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") |