| Index: test/promises-aplus/testcfg.py
|
| diff --git a/test/promises-aplus/testcfg.py b/test/promises-aplus/testcfg.py
|
| index bd033791871fcb9f518b393141aebee088faa119..5f447c3f90a88b2f4863711008acf4876eb826c1 100644
|
| --- a/test/promises-aplus/testcfg.py
|
| +++ b/test/promises-aplus/testcfg.py
|
| @@ -77,7 +77,7 @@ class PromiseAplusTestSuite(testsuite.TestSuite):
|
| if fname.endswith('.js')]
|
|
|
| def GetFlagsForTestCase(self, testcase, context):
|
| - return (testcase.flags + context.mode_flags + ['--harmony'] +
|
| + return (testcase.flags + context.mode_flags + ['--allow-natives-syntax'] +
|
| self.helper_files_pre +
|
| [os.path.join(self.test_files_root, testcase.path + '.js')] +
|
| self.helper_files_post)
|
|
|