diff options
Diffstat (limited to 'tests/exprs/texprstmt.nim')
-rw-r--r-- | tests/exprs/texprstmt.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exprs/texprstmt.nim b/tests/exprs/texprstmt.nim index 6c9759cf5..742670cc1 100644 --- a/tests/exprs/texprstmt.nim +++ b/tests/exprs/texprstmt.nim @@ -1,6 +1,6 @@ discard """ - line: 10 errormsg: "expression 'result[1 .. BackwardsIndex(1)]' is of type 'string' and has to be discarded" + line: 10 """ # bug #578 |