summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dhall/build.rs3
1 files changed, 0 insertions, 3 deletions
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),