From e5f0602e431bc602f9e1f0045f48056ce6465481 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 20 Feb 2020 19:09:19 +0000 Subject: Update dhall-lang submodule --- dhall/build.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dhall') diff --git a/dhall/build.rs b/dhall/build.rs index 7c62083..3ac2901 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -162,6 +162,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "unit/import/urls/emptyPath0" || path == "unit/import/urls/emptyPath1" || path == "unit/import/urls/emptyPathSegment" + || path == "usingToMap" }), input_type: FileType::Text, output_type: Some(FileType::Binary), @@ -186,6 +187,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "unit/import/urls/emptyPath0" || path == "unit/import/urls/emptyPath1" || path == "unit/import/urls/emptyPathSegment" + || path == "usingToMap" }), input_type: FileType::Text, output_type: Some(FileType::Binary), @@ -208,6 +210,7 @@ fn generate_tests() -> std::io::Result<()> { || path == "unit/import/urls/emptyPath0" || path == "unit/import/urls/emptyPath1" || path == "unit/import/urls/emptyPathSegment" + || path == "usingToMap" }), input_type: FileType::Text, output_type: Some(FileType::Binary), -- cgit v1.2.3