| Index: test/cctest/compiler/test-control-reducer.cc
|
| diff --git a/test/cctest/compiler/test-control-reducer.cc b/test/cctest/compiler/test-control-reducer.cc
|
| index 91b013867dd7c214383337681ed53a242e045654..0e8dc177e234c1de6a2fb58ef8882cb4b6e03c57 100644
|
| --- a/test/cctest/compiler/test-control-reducer.cc
|
| +++ b/test/cctest/compiler/test-control-reducer.cc
|
| @@ -37,7 +37,7 @@ class CTrimTester : HandleAndZoneScope {
|
| Node* one;
|
| Node* half;
|
|
|
| - void Trim() { ControlReducer::TrimGraph(&jsgraph); }
|
| + void Trim() { ControlReducer::TrimGraph(main_zone(), &jsgraph); }
|
| };
|
|
|
|
|
|
|