| Index: test/mjsunit/es6/proxies-has.js
 | 
| diff --git a/test/mjsunit/harmony/proxies-has.js b/test/mjsunit/es6/proxies-has.js
 | 
| similarity index 98%
 | 
| rename from test/mjsunit/harmony/proxies-has.js
 | 
| rename to test/mjsunit/es6/proxies-has.js
 | 
| index b7848e8ae3fa41f115de48ba0491770b9d2e3323..7294196a11d6c819add32e8e29d0a55651baedec 100644
 | 
| --- a/test/mjsunit/harmony/proxies-has.js
 | 
| +++ b/test/mjsunit/es6/proxies-has.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
 | 
| -
 | 
|  var target = {
 | 
|    "target_one": 1
 | 
|  };
 | 
| 
 |