| Index: test/cctest/test-parsing.cc
|
| diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
|
| index e14b6f63601708ada88f950d1cc53db51e029e08..703f74d947cdaba3fb1da8f9cea83a0c0c6226ac 100644
|
| --- a/test/cctest/test-parsing.cc
|
| +++ b/test/cctest/test-parsing.cc
|
| @@ -5527,7 +5527,7 @@ TEST(ModuleParsingInternals) {
|
| CHECK_EQ(1, outer_scope->num_modules());
|
| CHECK(module_scope->is_module_scope());
|
| CHECK_NOT_NULL(module_scope->module_var());
|
| - CHECK_EQ(i::INTERNAL, module_scope->module_var()->mode());
|
| + CHECK_EQ(i::TEMPORARY, module_scope->module_var()->mode());
|
| i::ModuleDescriptor* descriptor = module_scope->module();
|
| CHECK_NOT_NULL(descriptor);
|
| CHECK_EQ(1, descriptor->Length());
|
|
|