Index: test/cctest/test-parsing.cc |
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc |
index e8c4a028656eecb5968aaeb2bf3d7672590a7cce..2408a1b96056b5e7c48b10d81a1b2c40f9bf98c9 100644 |
--- a/test/cctest/test-parsing.cc |
+++ b/test/cctest/test-parsing.cc |
@@ -1128,7 +1128,6 @@ static void CheckParsesToNumber(const char* source, bool with_dot) { |
info.set_allow_lazy_parsing(false); |
info.set_toplevel(true); |
- i::CompilationInfo compilation_info(&info); |
CHECK(i::Compiler::ParseAndAnalyze(&info)); |
CHECK(info.scope()->declarations()->length() == 1); |