summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
m---------dhall-lang0
-rw-r--r--dhall/build.rs2
2 files changed, 0 insertions, 2 deletions
diff --git a/dhall-lang b/dhall-lang
-Subproject fb1c41ddec1d35dadd89a70780698e1a73e179b
+Subproject 7ab25f8b089bd7e41b673a32d9330e4acb06773
diff --git a/dhall/build.rs b/dhall/build.rs
index 8b23dd9..790ad8e 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -176,8 +176,6 @@ fn main() -> std::io::Result<()> {
// TODO: projection by expression
|| path == "success/unit/RecordProjectFields"
|| path == "success/unit/recordProjectionByExpression"
- // TODO: test is wrong
- || path == "success/unit/BuiltinNaturalSubtract"
// TODO: toMap
|| path == "success/unit/ToMap"
|| path == "success/unit/ToMapAnnotated"