Code formatting changes, clean up, no functionality changes
This commit is contained in:
@@ -582,7 +582,6 @@ bool DeathTestImpl::Passed(bool status_ok) {
|
||||
if (status_ok) {
|
||||
# if GTEST_USES_PCRE
|
||||
// PCRE regexes support embedded NULs.
|
||||
// GTEST_USES_PCRE is defined only in google3 mode
|
||||
const bool matched = RE::PartialMatch(error_message, *regex());
|
||||
# else
|
||||
const bool matched = RE::PartialMatch(error_message.c_str(), *regex());
|
||||
|
||||
@@ -919,8 +919,6 @@ TEST(PrintStlContainerTest, MultiSet) {
|
||||
}
|
||||
|
||||
#if GTEST_HAS_STD_FORWARD_LIST_
|
||||
// <slist> is available on Linux in the google3 mode, but not on
|
||||
// Windows or Mac OS X.
|
||||
|
||||
TEST(PrintStlContainerTest, SinglyLinkedList) {
|
||||
int a[] = { 9, 2, 8 };
|
||||
|
||||
Reference in New Issue
Block a user