Skip to content

Commit a2f106c

Browse files
Merge pull request #4503 from davidmatson:fixTypo
PiperOrigin-RevId: 621334548 Change-Id: I19747f832b51cc5bbb0231bbd9416a8373e4aa77
2 parents c4fec74 + f7a6bba commit a2f106c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/gtest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2340,7 +2340,7 @@ static const char* const kReservedTestCaseAttributes[] = {
23402340
"type_param", "value_param", "file", "line"};
23412341

23422342
// Use a slightly different set for allowed output to ensure existing tests can
2343-
// still RecordProperty("result") or "RecordProperty(timestamp")
2343+
// still RecordProperty("result") or RecordProperty("timestamp")
23442344
static const char* const kReservedOutputTestCaseAttributes[] = {
23452345
"classname", "name", "status", "time", "type_param",
23462346
"value_param", "file", "line", "result", "timestamp"};

0 commit comments

Comments
 (0)