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

Unified Diff: test/mjsunit/es6/proxies.js

Issue 1815773002: Remove runtime flags for Proxy and Reflect (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased 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
« no previous file with comments | « test/mjsunit/es6/object-tostring.js ('k') | test/mjsunit/es6/proxies-accesschecks.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es6/proxies.js
diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/es6/proxies.js
similarity index 99%
rename from test/mjsunit/harmony/proxies.js
rename to test/mjsunit/es6/proxies.js
index 28f07496de5a9a0100f3443fb2fc52bbe64bf836..3b9a4c511939a6b18992316523fac2d677e98ec1 100644
--- a/test/mjsunit/harmony/proxies.js
+++ b/test/mjsunit/es6/proxies.js
@@ -29,7 +29,7 @@
// test enters an infinite recursion which goes through the runtime and we
// overflow the system stack before the simulator stack.
-// Flags: --harmony-proxies --sim-stack-size=500 --allow-natives-syntax
+// Flags: --sim-stack-size=500 --allow-natives-syntax
// Helper.
« no previous file with comments | « test/mjsunit/es6/object-tostring.js ('k') | test/mjsunit/es6/proxies-accesschecks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698