diff options
Diffstat (limited to 'tests/reject/tambsym3.nim')
-rwxr-xr-x | tests/reject/tambsym3.nim | 15 |
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)) - - |