summary refs log tree commit diff stats
path: root/tests/errmsgs
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-03-26 20:24:06 +0200
committerGitHub <noreply@github.com>2017-03-26 20:24:06 +0200
commitd02486aa48e51b8db51baa762d6e87fe7eb91f04 (patch)
tree5111ec11dd7e8e3320dbe364305896cb38c3ca0f /tests/errmsgs
parent481d8ba24afaffdc926795a42150e5cd1e1c69b3 (diff)
downloadNim-d02486aa48e51b8db51baa762d6e87fe7eb91f04.tar.gz
compiler: better error messages (#5613)
Diffstat (limited to 'tests/errmsgs')
-rw-r--r--tests/errmsgs/tdont_show_system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/tdont_show_system.nim b/tests/errmsgs/tdont_show_system.nim
index 6963a8a3f..830113218 100644
--- a/tests/errmsgs/tdont_show_system.nim
+++ b/tests/errmsgs/tdont_show_system.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "value of type 'bool' has to be discarded"
+  errormsg: "expression 'true' is of type 'bool' and has to be discarded"
   line: 13
   file: "tdont_show_system.nim"
 """