diff options
Diffstat (limited to 'tests/compile/mexporta.nim')
-rw-r--r-- | tests/compile/mexporta.nim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/compile/mexporta.nim b/tests/compile/mexporta.nim deleted file mode 100644 index b7d4ddec9..000000000 --- a/tests/compile/mexporta.nim +++ /dev/null @@ -1,8 +0,0 @@ -# module A -import mexportb -export mexportb.TMyObject, mexportb.xyz - -export mexportb.q - -proc `$`*(x: TMyObject): string = "my object" - |