summary refs log tree commit diff stats
path: root/tests/misc/tnoop.nim
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-04 13:55:48 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-04 13:55:48 +0100
commit22f6017ab89e2fa7101c72e05a7703a83f1385d6 (patch)
tree8ce21bad48d7a9cbe37a49a09e600dd66d02e0b2 /tests/misc/tnoop.nim
parentccb9ae2d52cc42f2489a7bbd758c924a4dbbe872 (diff)
downloadNim-22f6017ab89e2fa7101c72e05a7703a83f1385d6.tar.gz
Fixes #2584
Better compiler errors for accessing undeclared fields, calling undeclared
procedures and procedure fields.
Diffstat (limited to 'tests/misc/tnoop.nim')
-rw-r--r--tests/misc/tnoop.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim
index 10c2eb2ec..50f750d60 100644
--- a/tests/misc/tnoop.nim
+++ b/tests/misc/tnoop.nim
@@ -1,7 +1,7 @@
 discard """
   file: "tnoop.nim"
   line: 11
-  errormsg: "undeclared identifier: 'a'"
+  errormsg: "attempting to call undeclared procedure: 'a'"
 """