Index: test/mjsunit/runtime-gen/isinprototypechain.js |
diff --git a/test/mjsunit/runtime-gen/isinprototypechain.js b/test/mjsunit/runtime-gen/isinprototypechain.js |
index fbc476b56d018419acbc56cfed951ce02dbcf3c4..37048348d195cc4f69fbe0263549cbf0fa8f8275 100644 |
--- a/test/mjsunit/runtime-gen/isinprototypechain.js |
+++ b/test/mjsunit/runtime-gen/isinprototypechain.js |
@@ -1,6 +1,6 @@ |
// Copyright 2014 the V8 project authors. All rights reserved. |
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
-// Flags: --allow-natives-syntax --harmony |
+// Flags: --allow-natives-syntax --harmony --harmony-proxies |
var _O = new Object(); |
var _V = new Object(); |
%IsInPrototypeChain(_O, _V); |