| Index: test/cctest/test-parsing.cc
|
| diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
|
| index 522c95d5b36f13c2cea2af654601dd342554374f..b17da4a69a4206ec1ecdcf5276aa543bf2a8f1a4 100644
|
| --- a/test/cctest/test-parsing.cc
|
| +++ b/test/cctest/test-parsing.cc
|
| @@ -5751,10 +5751,7 @@ TEST(ModuleParsingInternals) {
|
| i::Scope* outer_scope = module_scope->outer_scope();
|
| CHECK(outer_scope->is_script_scope());
|
| CHECK_NULL(outer_scope->outer_scope());
|
| - CHECK_EQ(1, outer_scope->num_modules());
|
| CHECK(module_scope->is_module_scope());
|
| - CHECK_NOT_NULL(module_scope->module_var());
|
| - CHECK_EQ(i::TEMPORARY, module_scope->module_var()->mode());
|
| i::ModuleDescriptor* descriptor = module_scope->module();
|
| CHECK_NOT_NULL(descriptor);
|
| CHECK_EQ(1, descriptor->Length());
|
|
|