summary refs log tree commit diff stats
path: root/tests/tuples
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-05 14:53:49 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-05 14:53:49 +0100
commitad6ad5d8d083a87b4771df8f8e757655481d0f0a (patch)
treeae05d4a05fd2d0b5f75e903d2db0c72d5dfdc88d /tests/tuples
parent1cf1610bdf19282b5bc9481fd27b05246a72c176 (diff)
downloadNim-ad6ad5d8d083a87b4771df8f8e757655481d0f0a.tar.gz
s/procedure/routine/ in tests.
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 5e1068fdf..b1684b097 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: \'setBLAH\'"
+  errormsg: "attempting to call undeclared routine: \'setBLAH\'"
 """
 # Bugfix