| Index: test/mjsunit/es6/proxies-apply.js | 
| diff --git a/test/mjsunit/harmony/proxies-apply.js b/test/mjsunit/es6/proxies-apply.js | 
| similarity index 98% | 
| rename from test/mjsunit/harmony/proxies-apply.js | 
| rename to test/mjsunit/es6/proxies-apply.js | 
| index dae362ac6173619fbb00fa916f2227506d24789e..a94541c01a4bfb7229e8cd46eb37e874deb622a1 100644 | 
| --- a/test/mjsunit/harmony/proxies-apply.js | 
| +++ b/test/mjsunit/es6/proxies-apply.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 | 
| - | 
| (function testNonCallable() { | 
| var proxy = new Proxy({},{}); | 
| assertThrows(function(){ proxy() }, TypeError); | 
|  |