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