summary refs log tree commit diff stats
path: root/tests/tambsym3.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tambsym3.nim')
-rwxr-xr-xtests/tambsym3.nim8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tambsym3.nim b/tests/tambsym3.nim
deleted file mode 100755
index 96a5098c9..000000000
--- a/tests/tambsym3.nim
+++ /dev/null
@@ -1,8 +0,0 @@
-# Test ambiguous symbols

-

-import mambsym1, times

-

-var

-  v = mDec #ERROR_MSG ambiguous identifier

-

-writeln(stdout, ord(v))