| Index: test/mjsunit/runtime-gen/trymigrateinstance.js
|
| diff --git a/test/mjsunit/runtime-gen/trymigrateinstance.js b/test/mjsunit/runtime-gen/trymigrateinstance.js
|
| index 2c3414cba220cc849390a26954eb569b6bd537c9..b82eb741bb88ec1af6157ff66ed4f3c7d89b7e40 100644
|
| --- a/test/mjsunit/runtime-gen/trymigrateinstance.js
|
| +++ b/test/mjsunit/runtime-gen/trymigrateinstance.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 _object = new Object();
|
| %TryMigrateInstance(_object);
|
|
|