diff options
author | Basile Henry | 2020-11-01 23:33:38 +0100 |
---|---|---|
committer | Basile Henry | 2020-11-01 23:33:38 +0100 |
commit | 7066e625fc945e66d8af91c633e762fe5f7b17f5 (patch) | |
tree | c661bf84414d299c995222add6815a400fd78866 /dhall/tests | |
parent | aaac028d21b02827a0c79b34728fb104e5649149 (diff) |
Handle partially abstract with
Diffstat (limited to 'dhall/tests')
-rw-r--r-- | dhall/tests/spec.rs | 4 |
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() }, |