mirror of
https://github.com/google/googletest.git
synced 2025-01-14 08:27:56 +08:00
Removed last reference to internal::kDefault
This commit is contained in:
parent
96d1615772
commit
0cefda7749
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user