fix test failure due to "illegal recursion" error message

FAIL: tillegal_recursion.nim
Test "tests/objects/tillegal_recursion.nim" in category "objects"
Failure: reMsgsDiffer
Expected:
illegal recursion in type 'object'
Gotten:
inheritance only works with non-final objects
This commit is contained in:
Aman Gupta
2015-10-01 12:25:39 -07:00
parent f89c247a89
commit 97c2574e8d

View File

@@ -1,5 +1,5 @@
discard """
errormsg: "illegal recursion in type 'object'"
errormsg: "inheritance only works with non-final objects"
line: 7
"""
# bug #1691