diff options
author | Jonathan Wendeborn <jonathan.wendeborn@bruker.com> | 2018-10-16 08:51:33 +0200 |
---|---|---|
committer | Jonathan Wendeborn <jonathan.wendeborn@bruker.com> | 2018-10-16 08:51:33 +0200 |
commit | 0cefda7749756806445a9caab4d8517c808f61f6 (patch) | |
tree | 038fa9f9ff748c3e54880e5b92d638a85637af28 /googlemock/test/gmock-nice-strict_test.cc | |
parent | 96d16157721cda1fd6981e6ce70645acb44220da (diff) | |
download | googletest-0cefda7749756806445a9caab4d8517c808f61f6.tar.gz googletest-0cefda7749756806445a9caab4d8517c808f61f6.tar.bz2 googletest-0cefda7749756806445a9caab4d8517c808f61f6.zip |
Removed last reference to internal::kDefault
Diffstat (limited to 'googlemock/test/gmock-nice-strict_test.cc')
-rw-r--r-- | googlemock/test/gmock-nice-strict_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/test/gmock-nice-strict_test.cc b/googlemock/test/gmock-nice-strict_test.cc index 9cae9872..b08998a7 100644 --- a/googlemock/test/gmock-nice-strict_test.cc +++ b/googlemock/test/gmock-nice-strict_test.cc @@ -186,7 +186,6 @@ TEST(RawMockTest, InfoForUninterestingCall) { TEST(RawMockTest, IsNaggy_IsNice_IsStrict) { MockFoo raw_foo; - ASSERT_EQ(internal::kDefault, internal::kWarn) << "precondition"; EXPECT_TRUE (Mock::IsNaggy(&raw_foo)); EXPECT_FALSE(Mock::IsNice(&raw_foo)); EXPECT_FALSE(Mock::IsStrict(&raw_foo)); |