summary refs log tree commit diff stats
path: root/tests/errmsgs/tshow_asgn.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/tshow_asgn.nim')
-rw-r--r--tests/errmsgs/tshow_asgn.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/tshow_asgn.nim b/tests/errmsgs/tshow_asgn.nim
index 250f786e2..1627c9b71 100644
--- a/tests/errmsgs/tshow_asgn.nim
+++ b/tests/errmsgs/tshow_asgn.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "type mismatch: got (int) but expected 'cshort = int16'"
+  errormsg: "type mismatch: got <int> but expected 'cshort = int16'"
   line: 12
   column: 10
   file: "tshow_asgn.nim"