diff options
author | Gennadiy Civil <misterg@google.com> | 2018-04-25 17:16:19 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-04-25 17:16:19 (GMT) |
commit | 9af3793103cacbcafd5889bc77b7db8946b6c796 (patch) | |
tree | b6844d92934a9aba000c3ebae43fcbb19b78f788 /googlemock | |
parent | b539167cf0254f521b791e908f6d3a5ff3f30245 (diff) | |
parent | a6f06bf2fd3b832822cd4e9e554b7d47f32ec084 (diff) | |
download | googletest-9af3793103cacbcafd5889bc77b7db8946b6c796.zip googletest-9af3793103cacbcafd5889bc77b7db8946b6c796.tar.gz googletest-9af3793103cacbcafd5889bc77b7db8946b6c796.tar.bz2 |
mergedrefs/pull/1588/head
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/test/gmock-matchers_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/test/gmock-matchers_test.cc b/googlemock/test/gmock-matchers_test.cc index fedc248..b422465 100644 --- a/googlemock/test/gmock-matchers_test.cc +++ b/googlemock/test/gmock-matchers_test.cc @@ -6767,4 +6767,3 @@ TEST(NotTest, WorksOnMoveOnlyType) { } // namespace gmock_matchers_test } // namespace testing - |