| Index: test/cctest/compiler/test-instruction.cc
|
| diff --git a/test/cctest/compiler/test-instruction.cc b/test/cctest/compiler/test-instruction.cc
|
| index ef44b310098862592f3a6170e8646ef50e057ed4..bc9f4c7723e70a0976e9ba2e6c3ee52d6ec364a0 100644
|
| --- a/test/cctest/compiler/test-instruction.cc
|
| +++ b/test/cctest/compiler/test-instruction.cc
|
| @@ -25,7 +25,7 @@ typedef v8::internal::compiler::InstructionSequence TestInstrSeq;
|
| // A testing helper for the register code abstraction.
|
| class InstructionTester : public HandleAndZoneScope {
|
| public: // We're all friends here.
|
| - explicit InstructionTester()
|
| + InstructionTester()
|
| : isolate(main_isolate()),
|
| graph(zone()),
|
| schedule(zone()),
|
|
|