Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: test/intl/testcfg.py

Issue 22715004: Version 3.20.15 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Add TypedArray API and correctness patches r16033 and r16084 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/intl/number-format/wellformed-unsupported-locale.js ('k') | test/mjsunit/harmony/array-find.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intl/testcfg.py
diff --git a/test/intl/testcfg.py b/test/intl/testcfg.py
index 09d29d0bee066d1fea8e5591ba589a403c537bb4..d25683bed2c752500054f73b60107b1a7bebddff 100644
--- a/test/intl/testcfg.py
+++ b/test/intl/testcfg.py
@@ -52,7 +52,7 @@ class IntlTestSuite(testsuite.TestSuite):
return tests
def GetFlagsForTestCase(self, testcase, context):
- flags = ["--allow-natives-syntax"] + context.mode_flags
+ flags = [] + context.mode_flags
files = []
files.append(os.path.join(self.root, "assert.js"))
« no previous file with comments | « test/intl/number-format/wellformed-unsupported-locale.js ('k') | test/mjsunit/harmony/array-find.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698