summaryrefslogtreecommitdiff
path: root/dhall/tests
diff options
context:
space:
mode:
authorBasile Henry2020-11-01 23:33:38 +0100
committerBasile Henry2020-11-01 23:33:38 +0100
commit7066e625fc945e66d8af91c633e762fe5f7b17f5 (patch)
treec661bf84414d299c995222add6815a400fd78866 /dhall/tests
parentaaac028d21b02827a0c79b34728fb104e5649149 (diff)
Handle partially abstract with
Diffstat (limited to 'dhall/tests')
-rw-r--r--dhall/tests/spec.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/dhall/tests/spec.rs b/dhall/tests/spec.rs
index c93be7e..357181a 100644
--- a/dhall/tests/spec.rs
+++ b/dhall/tests/spec.rs
@@ -521,10 +521,6 @@ fn define_features() -> Vec<TestFeature> {
|| path == "simple/integerToDouble"
// TODO: fix Double/show
|| path == "prelude/JSON/number/1"
- // With builtin not implemented yet
- || path == "unit/WithCreateIntermediateRecords"
- || path == "unit/WithDesugar"
- || path == "unit/WithPartiallyAbstract"
}),
..default_feature.clone()
},