summary refs log tree commit diff stats
path: root/tests/errmsgs/tmake_tuple_visible.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/tmake_tuple_visible.nim')
-rw-r--r--tests/errmsgs/tmake_tuple_visible.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/errmsgs/tmake_tuple_visible.nim b/tests/errmsgs/tmake_tuple_visible.nim
index 43337c2a9..e059368ad 100644
--- a/tests/errmsgs/tmake_tuple_visible.nim
+++ b/tests/errmsgs/tmake_tuple_visible.nim
@@ -1,7 +1,7 @@
 discard """
-  errormsg: '''got (tuple of (type NimEdAppWindow, int))'''
+  errormsg: '''got <tuple of (type NimEdAppWindow, int)>'''
   line: 22
-  nimout: '''got (tuple of (type NimEdAppWindow, int))
+  nimout: '''got <tuple of (type NimEdAppWindow, int)>
 but expected one of:
 template xxx(tn: typedesc; i: int)'''
 """