summary refs log tree commit diff stats
path: root/tests/errmsgs/t5870.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/t5870.nim')
-rw-r--r--tests/errmsgs/t5870.nim2
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
 """