diff options
Diffstat (limited to 'tests/typ/code/importable')
| -rw-r--r-- | tests/typ/code/importable/cycle1.typ | 1 | ||||
| -rw-r--r-- | tests/typ/code/importable/cycle2.typ | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/typ/code/importable/cycle1.typ b/tests/typ/code/importable/cycle1.typ index ae755fa0..a9c00f5e 100644 --- a/tests/typ/code/importable/cycle1.typ +++ b/tests/typ/code/importable/cycle1.typ @@ -1,6 +1,5 @@ // Ref: false -// Error: 16-28 cyclic import #import * from "cycle2.typ" #let inaccessible = "wow" diff --git a/tests/typ/code/importable/cycle2.typ b/tests/typ/code/importable/cycle2.typ index d4f94564..204da519 100644 --- a/tests/typ/code/importable/cycle2.typ +++ b/tests/typ/code/importable/cycle2.typ @@ -1,6 +1,5 @@ // Ref: false -// Error: 16-28 cyclic import #import * from "cycle1.typ" #let val = "much cycle" |
