diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-02 15:54:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-02 15:54:26 (GMT) |
commit | fa6730103ecaad750f42700c55a92c3e212a9271 (patch) | |
tree | 3c9e1638dc96dfe918b73e87d4b389d3bbe5dd86 /googletest/samples/sample8_unittest.cc | |
parent | ca6a70c6082ff526b993c622d192c6d519800bc2 (diff) | |
parent | 1c2f1907047216654599b0057df49d21a2c1400a (diff) | |
download | googletest-fa6730103ecaad750f42700c55a92c3e212a9271.zip googletest-fa6730103ecaad750f42700c55a92c3e212a9271.tar.gz googletest-fa6730103ecaad750f42700c55a92c3e212a9271.tar.bz2 |
Merge branch 'master' into uintptrrefs/pull/991/head
Diffstat (limited to 'googletest/samples/sample8_unittest.cc')
-rw-r--r-- | googletest/samples/sample8_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/samples/sample8_unittest.cc b/googletest/samples/sample8_unittest.cc index 7274334..b0ff2d1 100644 --- a/googletest/samples/sample8_unittest.cc +++ b/googletest/samples/sample8_unittest.cc @@ -37,7 +37,7 @@ #include "prime_tables.h" #include "gtest/gtest.h" - +namespace { #if GTEST_HAS_COMBINE // Suppose we want to introduce a new, improved implementation of PrimeTable @@ -171,3 +171,4 @@ INSTANTIATE_TEST_CASE_P(MeaningfulTestParameters, TEST(DummyTest, CombineIsNotSupportedOnThisPlatform) {} #endif // GTEST_HAS_COMBINE +} // namespace |