| Index: test/mjsunit/es6/classof-proxy.js
 | 
| diff --git a/test/mjsunit/es6/classof-proxy.js b/test/mjsunit/es6/classof-proxy.js
 | 
| index c3bc985bb94bb8f9555ad9564d45389af805f8e3..02043614ba62ea10059a2c5762d4aaaab4a2c451 100644
 | 
| --- a/test/mjsunit/es6/classof-proxy.js
 | 
| +++ b/test/mjsunit/es6/classof-proxy.js
 | 
| @@ -2,7 +2,7 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -// Flags: --allow-natives-syntax --harmony-proxies
 | 
| +// Flags: --allow-natives-syntax
 | 
|  
 | 
|  function test_function(o) {
 | 
|    if (%_ClassOf(o) === "Function") {
 | 
| 
 |