diff options
Diffstat (limited to 'tests/errmsgs/tmake_tuple_visible.nim')
-rw-r--r-- | tests/errmsgs/tmake_tuple_visible.nim | 4 |
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)''' """ |