diff options
author | David Matson <davidmatson@users.noreply.github.com> | 2024-03-29 00:34:21 (GMT) |
---|---|---|
committer | David Matson <davidmatson@users.noreply.github.com> | 2024-03-29 00:34:21 (GMT) |
commit | f7a6bba24c7252aa7060ab1a2124d72f96d0da78 (patch) | |
tree | c900833a4e3bed104e89f318301704e8ab3d4996 /googletest/src | |
parent | eff443c6ef5eb6ab598bfaae27f9427fdb4f6af7 (diff) | |
download | googletest-f7a6bba24c7252aa7060ab1a2124d72f96d0da78.zip googletest-f7a6bba24c7252aa7060ab1a2124d72f96d0da78.tar.gz googletest-f7a6bba24c7252aa7060ab1a2124d72f96d0da78.tar.bz2 |
Fix typo in comment.refs/pull/4503/head
Diffstat (limited to 'googletest/src')
-rw-r--r-- | googletest/src/gtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 36f4a2d..449321c 100644 --- a/googletest/src/gtest.cc +++ b/googletest/src/gtest.cc @@ -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"}; |