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 9515f9060..0890fb369 100644 --- a/tests/modules/texport.nim +++ b/tests/modules/texport.nim @@ -7,7 +7,7 @@ import mexporta # bug #1029: from rawsockets import accept -# B.TMyObject has been imported implicitly here: +# B.TMyObject has been imported implicitly here: var x: TMyObject echo($x, q(0), q"0") |