From 81ce30dde067ca0067fda32b1e0ade1dbdfbdf58 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 29 Feb 2020 23:21:18 +0000 Subject: Implement `as Location` imports --- dhall/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 137ef02..2c70b89 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -258,6 +258,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "hashFromCache" || path == "headerForwarding" || path == "noHeaderForwarding" + || path == "unit/asLocation/Remote" }), input_type: FileType::Text, output_type: Some(FileType::Text), -- cgit v1.2.3