mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
errormsg: "illegal recursion in type 'object'"
|
||||
errormsg: "inheritance only works with non-final objects"
|
||||
line: 7
|
||||
"""
|
||||
# bug #1691
|
||||
|
||||
Reference in New Issue
Block a user