diff options
Diffstat (limited to 'tests/importalls/m4.nim')
-rw-r--r-- | tests/importalls/m4.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/importalls/m4.nim b/tests/importalls/m4.nim index b682b766a..77ec65c61 100644 --- a/tests/importalls/m4.nim +++ b/tests/importalls/m4.nim @@ -1,4 +1,3 @@ -{.warning[UnusedImport]: off.} # xxx bug: this shouldn't be needed since we have `export m3` import ./m3 {.all.} import ./m3 as m3b export m3b |