| 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 8a836772426bfac34655c5bef22cf35a2f991399..659705af5e7528ba03eaba42af2da129add0c98c 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);
|
|
|