From f7a6bba24c7252aa7060ab1a2124d72f96d0da78 Mon Sep 17 00:00:00 2001 From: David Matson Date: Thu, 28 Mar 2024 17:34:21 -0700 Subject: [PATCH] Fix typo in comment. --- googletest/src/gtest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/src/gtest.cc b/googletest/src/gtest.cc index 36f4a2da1b..449321c65b 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"};