summary refs log tree commit diff stats
path: root/tests/compile/mexporta.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/mexporta.nim')
-rw-r--r--tests/compile/mexporta.nim8
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"
-