summary refs log tree commit diff stats
path: root/tests/reject/tambsym.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reject/tambsym.nim')
-rwxr-xr-xtests/reject/tambsym.nim15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/reject/tambsym.nim b/tests/reject/tambsym.nim
deleted file mode 100755
index 902274648..000000000
--- a/tests/reject/tambsym.nim
+++ /dev/null
@@ -1,15 +0,0 @@
-discard """
-  file: "tambsym.nim"
-  line: 11
-  errormsg: "ambiguous identifier"
-"""
-# Test ambiguous symbols

-

-import mambsym1, mambsym2

-

-var

-  v: TExport #ERROR_MSG ambiguous identifier

-

-v = y

-
-