diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-10-07 01:33:20 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-10-07 01:33:20 +0200 |
commit | 80ee72956af12b54853bfe05c1bd3fd3e47ff052 (patch) | |
tree | 5bfcbd23da6b313af1bcacae7b9c182600dabf18 /tests/objects/tillegal_recursion.nim | |
parent | 2e413d3186455bf92ee9bae04304cb34cf1f2557 (diff) | |
parent | 391f2fc9b1954061169978c484c7c2fe7047209a (diff) | |
download | Nim-80ee72956af12b54853bfe05c1bd3fd3e47ff052.tar.gz |
Merge pull request #3403 from tmm1/fix-test-failures
[WIP] Fix test failures in CI
Diffstat (limited to 'tests/objects/tillegal_recursion.nim')
-rw-r--r-- | tests/objects/tillegal_recursion.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/objects/tillegal_recursion.nim b/tests/objects/tillegal_recursion.nim index 171a04f87..222139101 100644 --- a/tests/objects/tillegal_recursion.nim +++ b/tests/objects/tillegal_recursion.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "illegal recursion in type 'object'" + errormsg: "inheritance only works with non-final objects" line: 7 """ # bug #1691 |