summary refs log tree commit diff stats
path: root/tests/run/tambsys.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/tambsys.nim')
-rwxr-xr-xtests/run/tambsys.nim13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/run/tambsys.nim b/tests/run/tambsys.nim
deleted file mode 100755
index 67522d7c9..000000000
--- a/tests/run/tambsys.nim
+++ /dev/null
@@ -1,13 +0,0 @@
-discard """
-  file: "tambsys.nim"
-  output: ""
-"""
-# Test ambiguous symbols
-
-import mambsys1, mambsys2
-
-var
-  v: mambsys1.TExport
-mambsys2.foo(3) #OUT
-
-