diff options
| author | Gennadiy Civil <misterg@google.com> | 2018-04-05 11:35:20 -0400 |
|---|---|---|
| committer | Gennadiy Civil <misterg@google.com> | 2018-04-05 11:35:20 -0400 |
| commit | af93d59eb7b3b2b4d678d999a6f302f0cd28d841 (patch) | |
| tree | 6b09b32e2650b8b0ecf83e9c25e4dc6f2c9df305 /googlemock/test | |
| parent | 47d15bceea62696b856e203c236cdd95b285d73c (diff) | |
| download | googletest-af93d59eb7b3b2b4d678d999a6f302f0cd28d841.tar.gz googletest-af93d59eb7b3b2b4d678d999a6f302f0cd28d841.tar.bz2 googletest-af93d59eb7b3b2b4d678d999a6f302f0cd28d841.zip | |
Merging matchers test
Diffstat (limited to 'googlemock/test')
| -rw-r--r-- | googlemock/test/gmock-matchers_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc index d97889e1..f0e42f59 100644 --- a/googlemock/test/gmock-matchers_test.cc +++ b/googlemock/test/gmock-matchers_test.cc @@ -157,6 +157,9 @@ using testing::internal::RE; using testing::internal::scoped_ptr; using testing::internal::StreamMatchResultListener; using testing::internal::Strings; +using testing::internal::linked_ptr; +using testing::internal::scoped_ptr; +using testing::internal::string; using testing::make_tuple; using testing::tuple; |
