| Index: test/unittests/compiler/graph-unittest.h
|
| diff --git a/test/unittests/compiler/graph-unittest.h b/test/unittests/compiler/graph-unittest.h
|
| index 2542e68a91d81a6a6f2204918412b340c99eae6f..8701f1ff6d59ad17c90d1fa387628908633dd46b 100644
|
| --- a/test/unittests/compiler/graph-unittest.h
|
| +++ b/test/unittests/compiler/graph-unittest.h
|
| @@ -53,6 +53,7 @@ class GraphTest : public virtual TestWithNativeContext,
|
| }
|
| Matcher<Node*> IsFalseConstant();
|
| Matcher<Node*> IsTrueConstant();
|
| + Matcher<Node*> IsNullConstant();
|
| Matcher<Node*> IsUndefinedConstant();
|
|
|
| CommonOperatorBuilder* common() { return &common_; }
|
|
|