From 8325de2db085bb0b3599bc453b658a1dacfe79ae Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 5 Nov 2020 00:18:38 +0000 Subject: tests: add some tests --- dhall/tests/spec.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dhall/tests/spec.rs') diff --git a/dhall/tests/spec.rs b/dhall/tests/spec.rs index 357181a..c9f607c 100644 --- a/dhall/tests/spec.rs +++ b/dhall/tests/spec.rs @@ -493,6 +493,8 @@ fn define_features() -> Vec { || cfg!(windows) // TODO: import headers || path == "customHeadersUsingBoundVariable" + // TODO: do not recover from cyclic imports + || path == "unit/DontRecoverCycle" }), output_type: FileType::UI, ..default_feature.clone() -- cgit v1.2.3