Index: test/mjsunit/runtime-gen/haselement.js |
diff --git a/test/mjsunit/runtime-gen/haselement.js b/test/mjsunit/runtime-gen/haselement.js |
index 94dd9af72a538b9640b7004362c2b131d887b5ac..3d32ac5f0023e2ca1c50e6ebe62a54c71cb7e727 100644 |
--- a/test/mjsunit/runtime-gen/haselement.js |
+++ b/test/mjsunit/runtime-gen/haselement.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 _receiver = new Object(); |
var _index = 1; |
%HasElement(_receiver, _index); |