| Index: test/cctest/compiler/test-js-typed-lowering.cc
|
| diff --git a/test/cctest/compiler/test-js-typed-lowering.cc b/test/cctest/compiler/test-js-typed-lowering.cc
|
| index a7ffc672a7865bec84d6c80ddb9c8c14c05a9862..385018fddbcd2d7a00bc9516d79f4f763cd4d36e 100644
|
| --- a/test/cctest/compiler/test-js-typed-lowering.cc
|
| +++ b/test/cctest/compiler/test-js-typed-lowering.cc
|
| @@ -49,7 +49,7 @@ class JSTypedLoweringTester : public HandleAndZoneScope {
|
| }
|
|
|
| Node* reduce(Node* node) {
|
| - JSGraph jsgraph(&graph, &common, &typer);
|
| + JSGraph jsgraph(&graph, &common, &javascript, &typer, &machine);
|
| JSTypedLowering reducer(&jsgraph);
|
| Reduction reduction = reducer.Reduce(node);
|
| if (reduction.Changed()) return reduction.replacement();
|
|
|