summary refs log tree commit diff stats
path: root/tests
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
parent1cf1610bdf19282b5bc9481fd27b05246a72c176 (diff)
downloadNim-ad6ad5d8d083a87b4771df8f8e757655481d0f0a.tar.gz
s/procedure/routine/ in tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/enum/tenumitems.nim2
-rw-r--r--tests/misc/tissue710.nim2
-rw-r--r--tests/misc/tnoop.nim2
-rw-r--r--tests/tuples/twrongtupleaccess.nim2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/enum/tenumitems.nim b/tests/enum/tenumitems.nim
index bebeb059f..38233aad7 100644
--- a/tests/enum/tenumitems.nim
+++ b/tests/enum/tenumitems.nim
@@ -1,6 +1,6 @@
 discard """
   line: 7
-  errormsg: "attempting to call undeclared procedure: 'items'"
+  errormsg: "attempting to call undeclared routine: 'items'"
 """
 
 type a = enum b,c,d
diff --git a/tests/misc/tissue710.nim b/tests/misc/tissue710.nim
index 85b5e79a8..3b6d3e5f3 100644
--- a/tests/misc/tissue710.nim
+++ b/tests/misc/tissue710.nim
@@ -1,7 +1,7 @@
 discard """
   file: "tissue710.nim"
   line: 8
-  errorMsg: "attempting to call undeclared procedure: '||'"
+  errorMsg: "attempting to call undeclared routine: '||'"
 """
 var sum = 0
 for x in 3..1000:
diff --git a/tests/misc/tnoop.nim b/tests/misc/tnoop.nim
index 50f750d60..1e3fbe6cf 100644
--- a/tests/misc/tnoop.nim
+++ b/tests/misc/tnoop.nim
@@ -1,7 +1,7 @@
 discard """
   file: "tnoop.nim"
   line: 11
-  errormsg: "attempting to call undeclared procedure: 'a'"
+  errormsg: "attempting to call undeclared routine: 'a'"
 """
 
 
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