Automated Code Change

PiperOrigin-RevId: 845060939
Change-Id: Iab4c4a0842e79f5835d84fa892ee977d9bdf0fe0
This commit is contained in:
Abseil Team 2025-12-15 21:10:52 -08:00 committed by Copybara-Service
parent 065127f1e4
commit 9156d4caac

View File

@ -195,7 +195,7 @@ class TestEventListenersAccessor {
class UnitTestRecordPropertyTestHelper : public Test {
protected:
UnitTestRecordPropertyTestHelper() {}
UnitTestRecordPropertyTestHelper() = default;
// Forwards to UnitTest::RecordProperty() to bypass access controls.
void UnitTestRecordProperty(const char* key, const std::string& value) {