| Index: test/cctest/compiler/test-machine-operator-reducer.cc
|
| diff --git a/test/cctest/compiler/test-machine-operator-reducer.cc b/test/cctest/compiler/test-machine-operator-reducer.cc
|
| index 115967a9ceaf500f3641b52c026576cb99cc0e35..ec14cd2467fc757d72791a1646662c79dcf609bb 100644
|
| --- a/test/cctest/compiler/test-machine-operator-reducer.cc
|
| +++ b/test/cctest/compiler/test-machine-operator-reducer.cc
|
| @@ -56,6 +56,7 @@ class ReducerTester : public HandleAndZoneScope {
|
| : isolate(main_isolate()),
|
| binop(NULL),
|
| unop(NULL),
|
| + machine(main_zone()),
|
| common(main_zone()),
|
| graph(main_zone()),
|
| javascript(main_zone()),
|
|
|