Index: test/cctest/compiler/test-pipeline.cc |
diff --git a/test/cctest/compiler/test-pipeline.cc b/test/cctest/compiler/test-pipeline.cc |
index 98b0baeefd0de84a63ec9c72020031927a748b8e..e3710f77b48dabd50104fccd5b6f7661db50f0a8 100644 |
--- a/test/cctest/compiler/test-pipeline.cc |
+++ b/test/cctest/compiler/test-pipeline.cc |
@@ -23,7 +23,7 @@ TEST(PipelineAdd) { |
*v8::Handle<v8::Function>::Cast(CompileRun(source))); |
CompilationInfoWithZone info(function); |
- CHECK(Compiler::ParseAndAnalyze(&info)); |
+ CHECK(Compiler::ParseAndAnalyze(info.parse_info())); |
Pipeline pipeline(&info); |
#if V8_TURBOFAN_TARGET |