From 7449346d75a1a60e9993a892b09635c438f7967a Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Mon, 6 Feb 2017 23:29:09 -0800 Subject: [PATCH] Bump the libiberty test threshold --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index c849988..dbed195 100644 --- a/build.rs +++ b/build.rs @@ -68,7 +68,7 @@ fn test_afl_seed_{}() {{ // Ratcheting number that is increased as more libiberty tests start // passing. Once they are all passing, this can be removed and we can enable all // of them by default. -const LIBIBERTY_TEST_THRESHOLD: usize = 13; +const LIBIBERTY_TEST_THRESHOLD: usize = 14; /// Read `tests/libiberty-demangle-expected`, parse its input mangled symbols, /// and expected output demangled symbols, and generate test cases for them.