| 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 b2306e54ba69803a4d5ffffd673ceecdbe7852ad..8c0922933c0b84b0077766316160e02536082117 100644
|
| --- a/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| +++ b/test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
| @@ -122,6 +122,7 @@ class BytecodeGraphTester {
|
|
|
| CompilationInfo compilation_info(&parse_info);
|
| compilation_info.SetOptimizing(BailoutId::None(), Handle<Code>());
|
| + compilation_info.MarkAsDeoptimizationEnabled();
|
| // TODO(mythria): Remove this step once parse_info is not needed.
|
| CHECK(Compiler::ParseAndAnalyze(&parse_info));
|
| compiler::Pipeline pipeline(&compilation_info);
|
|
|