Skip to content

Commit

Permalink
Bump the libiberty test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 7, 2017
1 parent e59c4d0 commit 7449346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7449346

Please sign in to comment.