| Index: test/mjsunit/runtime-gen/deoptimizefunction.js
|
| diff --git a/test/mjsunit/runtime-gen/deoptimizefunction.js b/test/mjsunit/runtime-gen/deoptimizefunction.js
|
| index 64fddacbba9cb53cb953bd8bbb7479b32ef8c645..ec5db2ddae2880fd4fbcbfad5ad508efcd32449e 100644
|
| --- a/test/mjsunit/runtime-gen/deoptimizefunction.js
|
| +++ b/test/mjsunit/runtime-gen/deoptimizefunction.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 _function = function() {};
|
| %DeoptimizeFunction(_function);
|
|
|