summary refs log tree commit diff stats
path: root/tests/errmsgs/tnested_empty_seq.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errmsgs/tnested_empty_seq.nim')
-rw-r--r--tests/errmsgs/tnested_empty_seq.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/tnested_empty_seq.nim b/tests/errmsgs/tnested_empty_seq.nim
index ffe8bc3ee..871b0ee85 100644
--- a/tests/errmsgs/tnested_empty_seq.nim
+++ b/tests/errmsgs/tnested_empty_seq.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "invalid type: 'empty' in this context: 'array[0..0, tuple of (string, seq[empty])]' for var"
+  errormsg: "invalid type: 'empty' in this context: 'array[0..0, (string, seq[empty])]' for var"
   line: 8
 """