diff options
Diffstat (limited to 'tests/errmsgs/t5870.nim')
-rw-r--r-- | tests/errmsgs/t5870.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/t5870.nim b/tests/errmsgs/t5870.nim index bcbc9cca9..96966bcd7 100644 --- a/tests/errmsgs/t5870.nim +++ b/tests/errmsgs/t5870.nim @@ -1,5 +1,5 @@ discard """ -errormsg: "invalid type for const: seq[SomeRefObj]" +errormsg: "invalid type: 'SomeRefObj' in this context: 'seq[SomeRefObj]' for const" line: 14 """ |