From 104a8a4a0632ee69e642521ea03239af88366346 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 4 Mar 2020 21:54:34 +0000 Subject: Implement conservative sanity checking --- dhall/build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'dhall/build.rs') diff --git a/dhall/build.rs b/dhall/build.rs index 4bd56a3..4b6e52b 100644 --- a/dhall/build.rs +++ b/dhall/build.rs @@ -274,8 +274,6 @@ fn generate_tests() -> std::io::Result<()> { false // TODO: import hash || path == "hashMismatch" - // TODO: remote imports CORS/sanity check - || path == "referentiallyInsane" // TODO: import headers || path == "customHeadersUsingBoundVariable" }), -- cgit v1.2.3