summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2019-08-12 21:56:43 +0200
committerNadrieril2019-08-12 21:56:43 +0200
commit37767c518e3910635b770c8d752f1c67a4391cfc (patch)
tree72aab8b7b70715975548588116581ff4ea7d5c8d
parentd3f54e5536cc4d2ba46b6e4e88b7218da1b797ee (diff)
Fix a test
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"