diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-04-11 01:14:56 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-04-11 01:52:12 +0300 |
commit | 238202ccbc418dece73086f0d009b2b6fe3850ca (patch) | |
tree | aaa6c9a0cc6c6e3fcb9d42c6cb1eba94c6ca1544 /tests/reject | |
parent | c1ad05c4c582a6b51c47095b7ab946d5df10d72c (diff) | |
download | Nim-238202ccbc418dece73086f0d009b2b6fe3850ca.tar.gz |
re-enable rodfiles tests; fixes #91
Diffstat (limited to 'tests/reject')
-rwxr-xr-x | tests/reject/ttypenoval.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/reject/ttypenoval.nim b/tests/reject/ttypenoval.nim index 9944e52a1..6362407ef 100755 --- a/tests/reject/ttypenoval.nim +++ b/tests/reject/ttypenoval.nim @@ -1,7 +1,7 @@ discard """ file: "ttypenoval.nim" line: 38 - errormsg: "a type has no value" + errormsg: "type mismatch: got (typedesc{int}) but expected 'int'" """ # A min-heap. |