From 37767c518e3910635b770c8d752f1c67a4391cfc Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Mon, 12 Aug 2019 21:56:43 +0200 Subject: Fix a test --- dhall/build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'dhall') 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" -- cgit v1.2.3