Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 27, 2025
1 parent b94ff3c commit e28bdb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/core/call/yodel/yodel_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,9 @@ class YodelTest {
public:
YodelTest(const fuzzing_event_engine::Actions& actions, absl::BitGenRef rng);
void RunTest();
virtual ~YodelTest() = default;

protected:
~YodelTest() = default;

// Helpers to generate various random values.
// When we're fuzzing, delegates to the fuzzer input to generate this data.
std::string RandomString(int min_length, int max_length,
Expand Down

0 comments on commit e28bdb1

Please sign in to comment.