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

Unified Diff: test/simdjs/generate.py

Issue 1356793002: Remove on-by-default flag --harmony-object (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 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/simdjs/SimdJs.json ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/generate.py
diff --git a/test/simdjs/generate.py b/test/simdjs/generate.py
index 49a3f639674a2ec981c03522f1da998bb50675c9..2ddd6d82ab38d2359540e2173b5b95d2476c069c 100755
--- a/test/simdjs/generate.py
+++ b/test/simdjs/generate.py
@@ -40,7 +40,7 @@ output = {
'test/simdjs/harness-adapt.js',
'test/simdjs/harness-finish.js'
] + ['test/simdjs/data/src/benchmarks/%s.js' % t for t in tests],
- 'flags': ['--harmony-object', 'test/simdjs/harness-adapt.js'],
+ 'flags': ['test/simdjs/harness-adapt.js'],
'path': ['../../'],
'tests': [
{
« no previous file with comments | « test/simdjs/SimdJs.json ('k') | tools/gyp/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698