diff --git a/tests/suite/foundations/label.typ b/tests/suite/foundations/label.typ index 92a56ede4..509fc4d84 100644 --- a/tests/suite/foundations/label.typ +++ b/tests/suite/foundations/label.typ @@ -97,7 +97,3 @@ _Visible_ // Error: 23-32 expected non-empty label name = Something to label #label("") ---- label-not-named-with-variable-error --- -#let var = "" -// Error: 18-28 expected non-empty label name -= Another label #label(var)