mirror of
https://github.com/google/googletest.git
synced 2025-03-11 18:35:35 +00:00
Fix typo in comment.
This commit is contained in:
parent
eff443c6ef
commit
f7a6bba24c
@ -2340,7 +2340,7 @@ static const char* const kReservedTestCaseAttributes[] = {
|
||||
"type_param", "value_param", "file", "line"};
|
||||
|
||||
// Use a slightly different set for allowed output to ensure existing tests can
|
||||
// still RecordProperty("result") or "RecordProperty(timestamp")
|
||||
// still RecordProperty("result") or RecordProperty("timestamp")
|
||||
static const char* const kReservedOutputTestCaseAttributes[] = {
|
||||
"classname", "name", "status", "time", "type_param",
|
||||
"value_param", "file", "line", "result", "timestamp"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user