summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-nice-strict_test.cc
diff options
context:
space:
mode:
authorJonathan Wendeborn <jonathan.wendeborn@bruker.com>2018-10-16 06:51:33 (GMT)
committerJonathan Wendeborn <jonathan.wendeborn@bruker.com>2018-10-16 06:51:33 (GMT)
commit0cefda7749756806445a9caab4d8517c808f61f6 (patch)
tree038fa9f9ff748c3e54880e5b92d638a85637af28 /googlemock/test/gmock-nice-strict_test.cc
parent96d16157721cda1fd6981e6ce70645acb44220da (diff)
downloadgoogletest-0cefda7749756806445a9caab4d8517c808f61f6.zip
googletest-0cefda7749756806445a9caab4d8517c808f61f6.tar.gz
googletest-0cefda7749756806445a9caab4d8517c808f61f6.tar.bz2
Removed last reference to internal::kDefaultrefs/pull/1911/head
Diffstat (limited to 'googlemock/test/gmock-nice-strict_test.cc')
-rw-r--r--googlemock/test/gmock-nice-strict_test.cc1
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 9cae987..b08998a 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));