summaryrefslogtreecommitdiff
path: root/deps/v8/test/promises-aplus/testcfg.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/promises-aplus/testcfg.py')
-rw-r--r--deps/v8/test/promises-aplus/testcfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/promises-aplus/testcfg.py b/deps/v8/test/promises-aplus/testcfg.py
index bd03379187..5f447c3f90 100644
--- a/deps/v8/test/promises-aplus/testcfg.py
+++ b/deps/v8/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)