summaryrefslogtreecommitdiff
path: root/tests/typ/code/block-scoping.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/block-scoping.typ')
-rw-r--r--tests/typ/code/block-scoping.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/block-scoping.typ b/tests/typ/code/block-scoping.typ
index ed689f3d..7970ee1b 100644
--- a/tests/typ/code/block-scoping.typ
+++ b/tests/typ/code/block-scoping.typ
@@ -21,7 +21,7 @@
---
// Double block creates a scope.
{{
- import "target.typ" using b
+ import b from "target.typ"
test(b, 1)
}}