summary refs log tree commit diff stats
path: root/tests/tuples/twrongtupleaccess.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tuples/twrongtupleaccess.nim')
-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 1a9ae64a2..b1684b097 100644
--- a/tests/tuples/twrongtupleaccess.nim
+++ b/tests/tuples/twrongtupleaccess.nim
@@ -1,7 +1,7 @@
 discard """
   file: "twrongtupleaccess.nim"
   line: 9
-  errormsg: "undeclared identifier: \'setBLAH\'"
+  errormsg: "attempting to call undeclared routine: \'setBLAH\'"
 """
 # Bugfix