| Index: test/cctest/test-parsing.cc
|
| diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
|
| index 3556c649f11bcc9bfef78dbc70d1210749e22f97..8874fb72c6b628ded0a71ed75b0c6ac28fc9b322 100644
|
| --- a/test/cctest/test-parsing.cc
|
| +++ b/test/cctest/test-parsing.cc
|
| @@ -31,6 +31,7 @@
|
|
|
| #include "src/v8.h"
|
|
|
| +#include "src/ast-numbering.h"
|
| #include "src/ast-value-factory.h"
|
| #include "src/compiler.h"
|
| #include "src/execution.h"
|
| @@ -3158,6 +3159,7 @@ TEST(InnerAssignment) {
|
| CHECK(parser.Parse());
|
| CHECK(i::Rewriter::Rewrite(&info));
|
| CHECK(i::Scope::Analyze(&info));
|
| + CHECK(i::AstNumbering::Renumber(&info));
|
| CHECK(info.function() != NULL);
|
|
|
| i::Scope* scope = info.function()->scope();
|
|
|