Index: test/mjsunit/compiler/optimized-instanceof-2.js |
diff --git a/test/mjsunit/compiler/optimized-instanceof-2.js b/test/mjsunit/compiler/optimized-instanceof-2.js |
index 80bbdcd192eda42a9e2c678569339ae69f19322d..38a35b73f12705c5976012221c191148227e6165 100644 |
--- a/test/mjsunit/compiler/optimized-instanceof-2.js |
+++ b/test/mjsunit/compiler/optimized-instanceof-2.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-instanceof |
+// Flags: --allow-natives-syntax |
function F() {} |
var f = new F |