summary refs log tree commit diff stats
path: root/tests/errmsgs
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-05-14 21:38:18 +0200
committerAraq <rumpf_a@web.de>2018-05-14 21:38:18 +0200
commit02b78d3f94225ab1b204191d0fb199125787f31d (patch)
tree03c3a5595edf56c8d219c92fec14358c1bf76d69 /tests/errmsgs
parent5526252fa0218816c3ca5399a7cb927d9b2bbdc4 (diff)
downloadNim-02b78d3f94225ab1b204191d0fb199125787f31d.tar.gz
make tests green again
Diffstat (limited to 'tests/errmsgs')
-rw-r--r--tests/errmsgs/tinvalidinout.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/errmsgs/tinvalidinout.nim b/tests/errmsgs/tinvalidinout.nim
index ce7eb6022..1fa3805ee 100644
--- a/tests/errmsgs/tinvalidinout.nim
+++ b/tests/errmsgs/tinvalidinout.nim
@@ -1,10 +1,10 @@
 discard """
 cmd: "nim check $file"
-errormsg: "The `in` modifier can be used only with imported types"
+errormsg: "the 'in' modifier can be used only with imported types"
 nimout: '''
-tinvalidinout.nim(14, 7) Error: The `out` modifier can be used only with imported types
-tinvalidinout.nim(17, 9) Error: The `in` modifier can be used only with imported types
-tinvalidinout.nim(18, 9) Error: The `in` modifier can be used only with imported types
+tinvalidinout.nim(14, 7) Error: the 'out' modifier can be used only with imported types
+tinvalidinout.nim(17, 9) Error: the 'in' modifier can be used only with imported types
+tinvalidinout.nim(18, 9) Error: the 'in' modifier can be used only with imported types
 '''
 """