From 31cefbdf0364a3d224420365049885051734669b Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 4 Mar 2020 21:36:41 +0000 Subject: Cache imports correctly --- dhall/build.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 565c37e..4bd56a3 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -324,9 +324,6 @@ fn generate_tests() -> std::io::Result<()> { // Too slow, but also not all features implemented // For now needs support for hashed imports || path == "prelude" - // TODO: remote imports - || path == "CacheImports" - || path == "CacheImportsCanonicalize" }), input_type: FileType::Text, output_type: Some(FileType::Text), -- cgit v1.2.3