summary refs log tree commit diff stats
path: root/tests/compile/mexportb.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compile/mexportb.nim')
-rw-r--r--tests/compile/mexportb.nim7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/compile/mexportb.nim b/tests/compile/mexportb.nim
deleted file mode 100644
index 10d89f388..000000000
--- a/tests/compile/mexportb.nim
+++ /dev/null
@@ -1,7 +0,0 @@
-# module B
-type TMyObject* = object
-
-const xyz* = 13
-
-proc q*(x: int): int = 6
-proc q*(x: string): string = "8"