summary refs log tree commit diff stats
path: root/tests/tuples
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-04 16:39:38 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-04 16:39:38 +0100
commit5d6f16cc1ac066aad6d4a8146a558d073b860d12 (patch)
tree5633eeb1c1b328cb731981cc1fe3f49c8f9e44c9 /tests/tuples
parent22f6017ab89e2fa7101c72e05a7703a83f1385d6 (diff)
downloadNim-5d6f16cc1ac066aad6d4a8146a558d073b860d12.tar.gz
Got rid of errUndeclaredProcedureField.
Diffstat (limited to 'tests/tuples')
-rw-r--r--tests/tuples/twrongtupleaccess.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tuples/twrongtupleaccess.nim b/tests/tuples/twrongtupleaccess.nim
index 3ff967eea..5e1068fdf 100644
--- a/tests/tuples/twrongtupleaccess.nim
+++ b/tests/tuples/twrongtupleaccess.nim
@@ -1,7 +1,7 @@
 discard """
   file: "twrongtupleaccess.nim"
   line: 9
-  errormsg: "attempting to call undeclared procedure field: \'setBLAH\'"
+  errormsg: "attempting to call undeclared procedure: \'setBLAH\'"
 """
 # Bugfix