Skip to content

Commit

Permalink
Fix a regression when running with Centipede.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 598854924
  • Loading branch information
xinhaoyuan authored and copybara-github committed Jan 16, 2024
1 parent e80ccb6 commit f7a24ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_tests/functional_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ TEST_P(FuzzingModeCrashFindingTest, EnumClassTestFindsAbortInFuzzingMode) {

TEST_P(FuzzingModeCrashFindingTest, ProtoTestFindsAbortInFuzzingMode) {
auto [status, std_out, std_err] = Run("MySuite.Proto");
EXPECT_THAT(std_err, ContainsRegex(R"(argument 0: \((.*\n)?b:\s+true)"));
EXPECT_THAT(std_err, ContainsRegex(R"(argument 0: \((.*\n.*)?b:\s+true)"));
ExpectTargetAbort(status, std_err);
}

Expand Down

0 comments on commit f7a24ff

Please sign in to comment.