diff options
author | Araq <rumpf_a@web.de> | 2014-02-25 08:41:29 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-25 08:41:29 +0100 |
commit | b7bb56bdca9ced8fdc0dea18dc54f732c6e17d3e (patch) | |
tree | b10b53ba60ff226f77c6c6034ba1b45fb7ec44f7 /tests/exprs | |
parent | 3a2e1ce538f65942dae426b3183353353850e93f (diff) | |
download | Nim-b7bb56bdca9ced8fdc0dea18dc54f732c6e17d3e.tar.gz |
made some tests green; htmlgen still broken
Diffstat (limited to 'tests/exprs')
-rw-r--r-- | tests/exprs/tstmtexp.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/exprs/tstmtexp.nim b/tests/exprs/tstmtexp.nim index 7cbf2eb3d..fe60dd3ba 100644 --- a/tests/exprs/tstmtexp.nim +++ b/tests/exprs/tstmtexp.nim @@ -1,9 +1,9 @@ discard """ file: "tstmtexp.nim" line: 8 - errormsg: "value returned by statement has to be discarded" + errormsg: "value of type 'int literal(5)' has to be discarded" """ # Test 3 -1+4 #ERROR_MSG value returned by statement has to be discarded +1+4 |