| 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 7d7f07076ad6172285e65de948c99ae49dee529e..9c4646b2f0624c35c92786f4acd387d2d715e5ec 100644
|
| --- a/test/unittests/compiler/node-test-utils.h
|
| +++ b/test/unittests/compiler/node-test-utils.h
|
| @@ -31,7 +31,6 @@ class Node;
|
| using ::testing::Matcher;
|
|
|
|
|
| -Matcher<Node*> IsAlways();
|
| Matcher<Node*> IsEnd(const Matcher<Node*>& control_matcher);
|
| Matcher<Node*> IsBranch(const Matcher<Node*>& value_matcher,
|
| const Matcher<Node*>& control_matcher);
|
| @@ -59,6 +58,8 @@ Matcher<Node*> IsFinish(const Matcher<Node*>& value_matcher,
|
| Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher,
|
| const Matcher<Node*>& effect_matcher,
|
| const Matcher<Node*>& control_matcher);
|
| +Matcher<Node*> IsTerminate(const Matcher<Node*>& effect_matcher,
|
| + const Matcher<Node*>& control_matcher);
|
| Matcher<Node*> IsExternalConstant(
|
| const Matcher<ExternalReference>& value_matcher);
|
| Matcher<Node*> IsHeapConstant(
|
|
|