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.