diff options
| -rw-r--r-- | tests/suite/syntax/decorator.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/suite/syntax/decorator.typ b/tests/suite/syntax/decorator.typ index 47578ec9..7faa49a3 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 _ = $ |
