summaryrefslogtreecommitdiff
path: root/tests/typ/code/importable/cycle1.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/importable/cycle1.typ')
-rw-r--r--tests/typ/code/importable/cycle1.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/code/importable/cycle1.typ b/tests/typ/code/importable/cycle1.typ
index e251686d..ae755fa0 100644
--- a/tests/typ/code/importable/cycle1.typ
+++ b/tests/typ/code/importable/cycle1.typ
@@ -1,7 +1,7 @@
// Ref: false
-// Error: 9-21 cyclic import
-#import "cycle2.typ" using *
+// Error: 16-28 cyclic import
+#import * from "cycle2.typ"
#let inaccessible = "wow"
This is the first element of an import cycle.