summary refs log tree commit diff stats
path: root/tests/errmsgs
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-02-08 12:11:40 +0100
committerAraq <rumpf_a@web.de>2019-02-08 12:18:42 +0100
commit4ed7507cb2320aecbe10c753ee9b80e81b87211d (patch)
tree54113ac23173feb3d7998010d28d0b55e0270bdb /tests/errmsgs
parent710cfcecd30a779a38a1196fd031200ad8a8fe9b (diff)
downloadNim-4ed7507cb2320aecbe10c753ee9b80e81b87211d.tar.gz
error messages can have spaces, don't be dyslexic
Diffstat (limited to 'tests/errmsgs')
-rw-r--r--tests/errmsgs/t8794.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t8794.nim b/tests/errmsgs/t8794.nim
index 7f16a42fe..22e4014f1 100644
--- a/tests/errmsgs/t8794.nim
+++ b/tests/errmsgs/t8794.nim
@@ -2,7 +2,7 @@ discard """
   cmd: "nim check $options $file"
   errormsg: ""
   nimout: '''
-t8794.nim(39, 27) Error: undeclared field: 'a3' for type m8794.Foo3[declared in m8794.nim(1, 6)]
+t8794.nim(39, 27) Error: undeclared field: 'a3' for type m8794.Foo3 [declared in m8794.nim(1, 6)]
 '''
 """