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

-

-import mambsym1, times

-

-var

-  v = mDec #ERROR_MSG ambiguous identifier

-

-writeln(stdout, ord(v))

-
-