summaryrefslogtreecommitdiff
path: root/dhall
diff options
context:
space:
mode:
authorNadrieril2019-08-12 21:56:43 +0200
committerNadrieril2019-08-12 21:56:43 +0200
commit37767c518e3910635b770c8d752f1c67a4391cfc (patch)
tree72aab8b7b70715975548588116581ff4ea7d5c8d /dhall
parentd3f54e5536cc4d2ba46b6e4e88b7218da1b797ee (diff)
Fix a test
Diffstat (limited to 'dhall')
-rw-r--r--dhall/build.rs2
1 files changed, 0 insertions, 2 deletions
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"