s/procedure/routine/ in tests.

This commit is contained in:
Dominik Picheta
2015-06-05 14:53:49 +01:00
parent 1cf1610bdf
commit ad6ad5d8d0
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -1,7 +1,7 @@
discard """
file: "tnoop.nim"
line: 11
errormsg: "attempting to call undeclared procedure: 'a'"
errormsg: "attempting to call undeclared routine: 'a'"
"""

View File

@@ -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