diff options
Diffstat (limited to 'tests/discard/tvoidcontext.nim')
-rw-r--r-- | tests/discard/tvoidcontext.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/discard/tvoidcontext.nim b/tests/discard/tvoidcontext.nim index c3ea68bae..9e2b913ad 100644 --- a/tests/discard/tvoidcontext.nim +++ b/tests/discard/tvoidcontext.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "value of type 'string' has to be discarded" + errormsg: '''expression '"invalid"' is of type 'string' and has to be used (or discarded)''' line: 12 """ |