From f9fe91602ea3f04cb62c3a72ebf09be3e280b30c Mon Sep 17 00:00:00 2001 From: Saem Ghani Date: Mon, 12 Feb 2024 18:13:41 -0800 Subject: [PATCH] fix test description Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com> --- tests/lang_stmts/defer/tdefer_malformed_many_children.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang_stmts/defer/tdefer_malformed_many_children.nim b/tests/lang_stmts/defer/tdefer_malformed_many_children.nim index b502abed027..20ed5fb30d0 100644 --- a/tests/lang_stmts/defer/tdefer_malformed_many_children.nim +++ b/tests/lang_stmts/defer/tdefer_malformed_many_children.nim @@ -1,5 +1,5 @@ discard """ - description: "Empty `defer` body is not allowed (macro input)." + description: "`defer` must have exactly one child node (macro input)." errormsg: "illformed AST" file: "macros.nim" line: 618