summary refs log tree commit diff stats
path: root/tests/modules
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-02-08 16:54:12 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-02-08 16:54:12 +0100
commit444f2231c9b48c34f9bec2ce6cfa3de5ae2560b1 (patch)
treeef425f1bc8d947579dfeee9bee678583239abae7 /tests/modules
parent6fc90ab1c2259531005fe95d15622ab09909eee1 (diff)
downloadNim-444f2231c9b48c34f9bec2ce6cfa3de5ae2560b1.tar.gz
make tests green again
Diffstat (limited to 'tests/modules')
-rw-r--r--tests/modules/tmismatchedvisibility.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/tmismatchedvisibility.nim b/tests/modules/tmismatchedvisibility.nim
index fd582b571..a61b28071 100644
--- a/tests/modules/tmismatchedvisibility.nim
+++ b/tests/modules/tmismatchedvisibility.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)[declared in tmismatchedvisibility.nim(6, 6)]' has non-public forward declaration in "
+  errormsg: "public implementation 'tmismatchedvisibility.foo(a: int) [declared in tmismatchedvisibility.nim(6, 6)]' has non-public forward declaration in "
   line: 8
 """