summaryrefslogtreecommitdiff
path: root/tests/typ/code/importable/cycle2.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tests/typ/code/importable/cycle2.typ')
-rw-r--r--tests/typ/code/importable/cycle2.typ6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/typ/code/importable/cycle2.typ b/tests/typ/code/importable/cycle2.typ
deleted file mode 100644
index 204da519..00000000
--- a/tests/typ/code/importable/cycle2.typ
+++ /dev/null
@@ -1,6 +0,0 @@
-// Ref: false
-
-#import * from "cycle1.typ"
-#let val = "much cycle"
-
-This is the second element of an import cycle.