Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 28, 2025
1 parent c8cde9c commit c4c722f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/end2end/end2end_test_suites.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,8 @@ std::vector<CoreTestConfiguration> AllConfigs() {
// Setting both no gtest && no fuzz == no config -- better to delete it
CHECK_NE(config.feature_mask &
(FEATURE_MASK_DO_NOT_FUZZ | FEATURE_MASK_DO_NOT_GTEST),
FEATURE_MASK_DO_NOT_FUZZ | FEATURE_MASK_DO_NOT_GTEST)
static_cast<uint32_t>(FEATURE_MASK_DO_NOT_FUZZ |
FEATURE_MASK_DO_NOT_GTEST))
<< "Config specified with no fuzz, no gtest: " << config.name;
}
std::sort(configs.begin(), configs.end(),
Expand Down

0 comments on commit c4c722f

Please sign in to comment.