| Index: test/mjsunit/es6/proxies-revocable.js
 | 
| diff --git a/test/mjsunit/harmony/proxies-revocable.js b/test/mjsunit/es6/proxies-revocable.js
 | 
| similarity index 93%
 | 
| rename from test/mjsunit/harmony/proxies-revocable.js
 | 
| rename to test/mjsunit/es6/proxies-revocable.js
 | 
| index 136bb680c242bdd1c6c2a3957700f57695300c13..1f61174a3561a75757a4931ae2f8460852ada9c8 100644
 | 
| --- a/test/mjsunit/harmony/proxies-revocable.js
 | 
| +++ b/test/mjsunit/es6/proxies-revocable.js
 | 
| @@ -2,8 +2,6 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -// Flags: --harmony-proxies --harmony-reflect
 | 
| -
 | 
|  
 | 
|  traps = [
 | 
|      "getPrototypeOf", "setPrototypeOf", "isExtensible", "preventExtensions",
 | 
| 
 |