summary refs log tree commit diff stats
path: root/tests/errmsgs/t8610.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/t8610.nim')
-rw-r--r--tests/errmsgs/t8610.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errmsgs/t8610.nim b/tests/errmsgs/t8610.nim
index dd1a3ed29..ec99beae5 100644
--- a/tests/errmsgs/t8610.nim
+++ b/tests/errmsgs/t8610.nim
@@ -1,5 +1,5 @@
 discard """
-  errmsg: "'typedesc' metatype is not valid here; typed '=' instead of ':'?"
+  errormsg: "invalid type: 'typedesc[int]' for const"
 """
-## issue #8610
+## bug #8610
 const Foo = int