Index: test/mjsunit/runtime-gen/isextensible.js |
diff --git a/test/mjsunit/runtime-gen/isextensible.js b/test/mjsunit/runtime-gen/isextensible.js |
index a64e477d7648e148967317d86ca189c05e87b5b1..20a7c8d8a4f0136b25acdf72c3c6c43216b87c33 100644 |
--- a/test/mjsunit/runtime-gen/isextensible.js |
+++ b/test/mjsunit/runtime-gen/isextensible.js |
@@ -1,5 +1,5 @@ |
// 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 _obj = new Object(); |
%IsExtensible(_obj); |