diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-01-05 10:18:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 10:18:26 -0500 |
commit | 5b26b0fce73eda28890d1c9baff4eb4e5aa7d9d2 (patch) | |
tree | e76ee1c2169a9551829d8fce649d393474d8dd2e /googlemock/test/gmock-matchers_test.cc | |
parent | abbc0f8174d92b8a52dd893cf31be6f7af5d0de7 (diff) | |
parent | 6b4967a23aae2f6d63a356d1db8746cb5250be26 (diff) | |
download | googletest-5b26b0fce73eda28890d1c9baff4eb4e5aa7d9d2.tar.gz googletest-5b26b0fce73eda28890d1c9baff4eb4e5aa7d9d2.tar.bz2 googletest-5b26b0fce73eda28890d1c9baff4eb4e5aa7d9d2.zip |
Merge pull request #1007 from davidben/missing-declarations
Pass the -Wmissing-declarations warning.
Diffstat (limited to 'googlemock/test/gmock-matchers_test.cc')
-rw-r--r-- | googlemock/test/gmock-matchers_test.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc index 4beaec4c..5c764eb4 100644 --- a/googlemock/test/gmock-matchers_test.cc +++ b/googlemock/test/gmock-matchers_test.cc @@ -65,10 +65,6 @@ namespace testing { -namespace internal { -GTEST_API_ string JoinAsTuple(const Strings& fields); -} // namespace internal - namespace gmock_matchers_test { using std::greater; |