| 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 c53cd7583b3926f274a93bcfe79e5316047d08e2..41879cf04449c18ee45fd76a181bd9ae05380602 100644
|
| --- a/test/cctest/compiler/test-js-typed-lowering.cc
|
| +++ b/test/cctest/compiler/test-js-typed-lowering.cc
|
| @@ -50,7 +50,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();
|
|
|