summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/build.rs')
-rw-r--r--dhall/build.rs28
1 files changed, 0 insertions, 28 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index 67f11e2..552966b 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -267,22 +267,6 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "customHeadersUsingBoundVariable"
}),
input_type: FileType::Text,
- output_type: None,
- },
- TestFeature {
- module_name: "import_error",
- directory: "import/failure/",
- variant: "ImportError",
- path_filter: Box::new(|path: &str| {
- false
- || path == "alternativeEnv"
- || path == "alternativeEnvMissing"
- || path == "hashMismatch"
- || path == "missing"
- || path == "referentiallyInsane"
- || path == "customHeadersUsingBoundVariable"
- }),
- input_type: FileType::Text,
output_type: Some(FileType::UI),
},
TestFeature {
@@ -355,18 +339,6 @@ fn generate_tests() -> std::io::Result<()> {
|| path == "unit/MergeHandlerFreeVar"
}),
input_type: FileType::Text,
- output_type: None,
- },
- TestFeature {
- module_name: "type_error",
- directory: "type-inference/failure/",
- variant: "TypeError",
- path_filter: Box::new(|path: &str| {
- false
- // TODO: enable free variable checking
- || path == "unit/MergeHandlerFreeVar"
- }),
- input_type: FileType::Text,
output_type: Some(FileType::UI),
},
];