diff options
Diffstat (limited to 'tests/modules/texport.nim')
-rw-r--r-- | tests/modules/texport.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/texport.nim b/tests/modules/texport.nim index 0890fb369..a8c217ab8 100644 --- a/tests/modules/texport.nim +++ b/tests/modules/texport.nim @@ -5,7 +5,7 @@ discard """ import mexporta # bug #1029: -from rawsockets import accept +from nativesockets import accept # B.TMyObject has been imported implicitly here: var x: TMyObject |