| Index: test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| diff --git a/test/cctest/compiler/test-run-bytecode-graph-builder.cc b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| index 74a51b915acc06376007321dfccf61efd2dd8bba..1461e31cd24fc78ed28c69811f559f1458c82925 100644
|
| --- a/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| +++ b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| @@ -80,8 +80,6 @@ class BytecodeGraphTester {
|
| i::FLAG_always_opt = false;
|
| i::FLAG_allow_natives_syntax = true;
|
| i::FLAG_loop_assignment_analysis = false;
|
| - // Ensure handler table is generated.
|
| - isolate->interpreter()->Initialize();
|
| }
|
| virtual ~BytecodeGraphTester() {}
|
|
|
|
|