From fd410f230a8e902c16e448757e7f72e848e46ba9 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:43:18 -0300 Subject: [PATCH] fix tests for now --- tests/suite/syntax/decorator.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suite/syntax/decorator.typ b/tests/suite/syntax/decorator.typ index 47578ec96..7faa49a38 100644 --- a/tests/suite/syntax/decorator.typ +++ b/tests/suite/syntax/decorator.typ @@ -11,7 +11,7 @@ #{ /! allow("unnecessary-stars") - h(0em) + let _ = h(0em) } #let _ = $