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 03011972b7c151672f32f5481e8af4880495c0b2..2f28a94d1dbbe3e597213365637fcb080d091c42 100644 |
--- a/test/unittests/compiler/node-test-utils.h |
+++ b/test/unittests/compiler/node-test-utils.h |
@@ -47,6 +47,7 @@ Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher, |
const Matcher<Node*>& control2_matcher); |
Matcher<Node*> IsIfTrue(const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsIfFalse(const Matcher<Node*>& control_matcher); |
+Matcher<Node*> IsIfSuccess(const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsSwitch(const Matcher<Node*>& value_matcher, |
const Matcher<Node*>& control_matcher); |
Matcher<Node*> IsIfValue(const Matcher<int32_t>& value_matcher, |