From 60d202471ed5013d1ab607a4c34b82448d708261 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 29 Feb 2020 22:03:46 +0000 Subject: Add a bunch of `as Location` unit tests --- dhall/build.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 884a4cd..137ef02 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -321,6 +321,8 @@ fn generate_tests() -> std::io::Result<()> { // Too slow, but also not all features implemented // For now needs support for hashed imports || path == "prelude" + // TODO: imports + || path == "CacheImports" }), input_type: FileType::Text, output_type: Some(FileType::Text), -- cgit v1.2.3