| Index: test/mjsunit/runtime-gen/newobjectfrombound.js
|
| diff --git a/test/mjsunit/runtime-gen/newobjectfrombound.js b/test/mjsunit/runtime-gen/newobjectfrombound.js
|
| index e18e7cb9604d5ef9507515af33c89490751a087f..36f75077b6a193c41af28c4166a8ddae6518ca8e 100644
|
| --- a/test/mjsunit/runtime-gen/newobjectfrombound.js
|
| +++ b/test/mjsunit/runtime-gen/newobjectfrombound.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 arg0 = (function() {}).bind({});
|
| %NewObjectFromBound(arg0);
|
|
|