summary refs log tree commit diff stats
path: root/tests/reject
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-04-11 01:14:56 +0300
committerZahary Karadjov <zahary@gmail.com>2012-04-11 01:52:12 +0300
commit238202ccbc418dece73086f0d009b2b6fe3850ca (patch)
treeaaa6c9a0cc6c6e3fcb9d42c6cb1eba94c6ca1544 /tests/reject
parentc1ad05c4c582a6b51c47095b7ab946d5df10d72c (diff)
downloadNim-238202ccbc418dece73086f0d009b2b6fe3850ca.tar.gz
re-enable rodfiles tests; fixes #91
Diffstat (limited to 'tests/reject')
-rwxr-xr-xtests/reject/ttypenoval.nim2
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.