summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/build.rs')
-rw-r--r--dhall/build.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index c95a26d..cc94f5e 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -339,6 +339,8 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/CompletionWithWrongDefaultType"
|| path == "unit/CompletionWithWrongFieldName"
|| path == "unit/CompletionWithWrongOverridenType"
+ // TODO: enable free variable checking
+ || path == "unit/MergeHandlerFreeVar"
}),
input_type: FileType::Text,
output_type: None,
@@ -367,6 +369,8 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/CompletionWithWrongDefaultType"
|| path == "unit/CompletionWithWrongFieldName"
|| path == "unit/CompletionWithWrongOverridenType"
+ // TODO: enable free variable checking
+ || path == "unit/MergeHandlerFreeVar"
}),
input_type: FileType::Text,
output_type: None,