summaryrefslogtreecommitdiff
path: root/dhall/build.rs
diff options
context:
space:
mode:
authorNadrieril2019-08-16 12:35:34 +0200
committerNadrieril2019-08-16 18:02:26 +0200
commit51bb1d2da8e5874129d4b5cc5d0c60e23eee9f11 (patch)
treed1d1d106abff44ead33bcb4b3275f85e9afc8ae3 /dhall/build.rs
parent664c925186ecd587f46577715254b74b6264e4fe (diff)
Typecheck before normalizing in tests
Diffstat (limited to '')
-rw-r--r--dhall/build.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/dhall/build.rs b/dhall/build.rs
index 2305208..166b036 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -213,7 +213,10 @@ fn main() -> std::io::Result<()> {
"alpha_normalize",
"alpha-normalization/",
"AlphaNormalization",
- |_| false,
+ |path| {
+ // This test doesn't typecheck
+ path == "success/unit/FunctionNestedBindingXXFree"
+ },
)?;
make_test_module(