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

Unified Diff: test/mjsunit/es6/reflect-own-keys.js

Issue 1815773002: Remove runtime flags for Proxy and Reflect (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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
Index: test/mjsunit/es6/reflect-own-keys.js
diff --git a/test/mjsunit/harmony/reflect-own-keys.js b/test/mjsunit/es6/reflect-own-keys.js
similarity index 99%
rename from test/mjsunit/harmony/reflect-own-keys.js
rename to test/mjsunit/es6/reflect-own-keys.js
index 6f5dacf1c83f9df6dcd4507c5af7aacf152e0537..5f51f4053fefbc8bb327fdd765018e8bdb673329 100644
--- a/test/mjsunit/harmony/reflect-own-keys.js
+++ b/test/mjsunit/es6/reflect-own-keys.js
@@ -27,8 +27,6 @@
// This is adapted from mjsunit/object-get-own-property-names.js.
-// Flags: --harmony-reflect
-
// Check simple cases.
var obj = { a: 1, b: 2};

Powered by Google App Engine
This is Rietveld 408576698