| Index: test/cctest/test-parsing.cc
|
| diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
|
| index 19b4619550d0b9f0fffe52c77e5a1a15b1176518..6300c0987d91602075d9a34735ff5ea3958ca181 100644
|
| --- a/test/cctest/test-parsing.cc
|
| +++ b/test/cctest/test-parsing.cc
|
| @@ -1528,7 +1528,7 @@ void SetParserFlags(i::ParserBase<Traits>* parser,
|
| flags.Contains(kAllowHarmonyDefaultParameters));
|
| parser->set_allow_harmony_rest_parameters(
|
| flags.Contains(kAllowHarmonyRestParameters));
|
| - parser->set_allow_harmony_spreadcalls(
|
| + parser->set_allow_harmony_spread_calls(
|
| flags.Contains(kAllowHarmonySpreadCalls));
|
| parser->set_allow_harmony_sloppy(flags.Contains(kAllowHarmonySloppy));
|
| parser->set_allow_harmony_sloppy_let(flags.Contains(kAllowHarmonySloppyLet));
|
|
|