From 551e3af9d09a03aaa246cac46b98124bc10835ba Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 8 Jul 2021 21:16:16 +0200 Subject: Replace using with from --- tests/typ/code/importable/cycle2.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/typ/code/importable/cycle2.typ') diff --git a/tests/typ/code/importable/cycle2.typ b/tests/typ/code/importable/cycle2.typ index 8071ec6b..d4f94564 100644 --- a/tests/typ/code/importable/cycle2.typ +++ b/tests/typ/code/importable/cycle2.typ @@ -1,7 +1,7 @@ // Ref: false -// Error: 9-21 cyclic import -#import "cycle1.typ" using * +// Error: 16-28 cyclic import +#import * from "cycle1.typ" #let val = "much cycle" This is the second element of an import cycle. -- cgit v1.2.3