| Index: test/unittests/compiler/loop-peeling-unittest.cc
|
| diff --git a/test/unittests/compiler/loop-peeling-unittest.cc b/test/unittests/compiler/loop-peeling-unittest.cc
|
| index 9dcec85ebf77d96b6e468f65fe42110dd9f87294..85efd60038535795f9857100784e96fbabbdeb61 100644
|
| --- a/test/unittests/compiler/loop-peeling-unittest.cc
|
| +++ b/test/unittests/compiler/loop-peeling-unittest.cc
|
| @@ -64,7 +64,7 @@ class LoopPeelingTest : public GraphTest {
|
| OFStream os(stdout);
|
| os << AsRPO(*graph());
|
| }
|
| - Zone zone;
|
| + ZoneForTesting zone;
|
| return LoopFinder::BuildLoopTree(graph(), &zone);
|
| }
|
|
|
|
|