| Index: test/unittests/compiler/graph-unittest.h
|
| diff --git a/test/unittests/compiler/graph-unittest.h b/test/unittests/compiler/graph-unittest.h
|
| index bfed062c713e431adca69bcc1afedca243f09811..37fbe8a44183e83056383e3c06686ed5f62c8d20 100644
|
| --- a/test/unittests/compiler/graph-unittest.h
|
| +++ b/test/unittests/compiler/graph-unittest.h
|
| @@ -150,6 +150,8 @@ Matcher<Node*> IsInt32AddWithOverflow(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsInt32Mul(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| +Matcher<Node*> IsUint32LessThan(const Matcher<Node*>& lhs_matcher,
|
| + const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsUint32LessThanOrEqual(const Matcher<Node*>& lhs_matcher,
|
| const Matcher<Node*>& rhs_matcher);
|
| Matcher<Node*> IsChangeFloat64ToInt32(const Matcher<Node*>& input_matcher);
|
|
|