Index: test/cctest/compiler/test-pipeline.cc |
diff --git a/test/cctest/compiler/test-pipeline.cc b/test/cctest/compiler/test-pipeline.cc |
index 89967186446fa5aebdad7a439e88ce3f49bcc4af..b14e823ee7aeaa29f64114c339464ea5c784d294 100644 |
--- a/test/cctest/compiler/test-pipeline.cc |
+++ b/test/cctest/compiler/test-pipeline.cc |
@@ -19,6 +19,7 @@ static void RunPipeline(Zone* zone, const char* source) { |
ParseInfo parse_info(zone, function); |
CHECK(Compiler::ParseAndAnalyze(&parse_info)); |
CompilationInfo info(&parse_info); |
+ info.SetOptimizing(BailoutId::None(), Handle<Code>(function->code())); |
Pipeline pipeline(&info); |
Handle<Code> code = pipeline.GenerateCode(); |