diff options
author | Jerry Turcios <jerryturcios08@gmail.com> | 2018-10-31 10:16:27 -0400 |
---|---|---|
committer | Jerry Turcios <jerryturcios08@gmail.com> | 2018-10-31 10:16:27 -0400 |
commit | d1beec4023b581e9454cbafd2a0c3ca235dde95b (patch) | |
tree | f8836c071a40dcc65188dc5aca034fbc97bf643f /googlemock/test/gmock-matchers_test.cc | |
parent | 3896e3b593c332087564a767b3d8f2e7c8dbbd25 (diff) | |
parent | 71d4fc8d76ebd539440aff5cfc873be9b50f202b (diff) | |
download | googletest-d1beec4023b581e9454cbafd2a0c3ca235dde95b.tar.gz googletest-d1beec4023b581e9454cbafd2a0c3ca235dde95b.tar.bz2 googletest-d1beec4023b581e9454cbafd2a0c3ca235dde95b.zip |
Merge branch 'master' of https://github.com/google/googletest
Diffstat (limited to 'googlemock/test/gmock-matchers_test.cc')
-rw-r--r-- | googlemock/test/gmock-matchers_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc index 6f042489..347c2c7b 100644 --- a/googlemock/test/gmock-matchers_test.cc +++ b/googlemock/test/gmock-matchers_test.cc @@ -145,10 +145,8 @@ using testing::internal::FormatMatcherDescription; using testing::internal::IsReadableTypeName; using testing::internal::MatchMatrix; using testing::internal::RE; -using testing::internal::scoped_ptr; using testing::internal::StreamMatchResultListener; using testing::internal::Strings; -using testing::internal::scoped_ptr; using testing::internal::string; // For testing ExplainMatchResultTo(). |