Makes Google Mock compile much faster and use much less memory; reviewed by Nico Weber. This fixes issue 68.
This commit is contained in:
@@ -334,8 +334,7 @@ class MyActionImpl : public ActionInterface<MyFunction> {
|
||||
|
||||
TEST(ActionInterfaceTest, CanBeImplementedByDefiningPerform) {
|
||||
MyActionImpl my_action_impl;
|
||||
|
||||
EXPECT_FALSE(my_action_impl.IsDoDefault());
|
||||
(void)my_action_impl;
|
||||
}
|
||||
|
||||
TEST(ActionInterfaceTest, MakeAction) {
|
||||
|
||||
Reference in New Issue
Block a user