Skip to content

Commit f7a6bba

Browse files
committed
Fix typo in comment.
1 parent eff443c commit f7a6bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/gtest.cc

Lines changed: 1 addition & 1 deletion
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)