| Index: test/unittests/compiler/node-test-utils.h
|
| diff --git a/test/unittests/compiler/node-test-utils.h b/test/unittests/compiler/node-test-utils.h
|
| index 0cf34d7473567a8d529a2b1adc8bfa762ab5ec42..b10e358bb5fc419909321d949e542a4a25438d23 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -101,7 +101,6 @@ Matcher<Node*> IsCall(const Matcher<CallDescriptor*>& descriptor_matcher,
|
| const Matcher<Node*>& effect_matcher,
|
| const Matcher<Node*>& control_matcher);
|
|
|
| -Matcher<Node*> IsAnyToBoolean(const Matcher<Node*>& value_matcher);
|
| Matcher<Node*> IsBooleanNot(const Matcher<Node*>& value_matcher);
|
| Matcher<Node*> IsNumberEqual(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
|
|