| Index: test/mjsunit/runtime-gen/debugdisassembleconstructor.js
|
| diff --git a/test/mjsunit/runtime-gen/debugdisassembleconstructor.js b/test/mjsunit/runtime-gen/debugdisassembleconstructor.js
|
| index a2b1a531f4a9ee76d6d9d268377c74b58272d321..c2faca4f0ce1975c6fc9579fcabe54437f64ab65 100644
|
| --- a/test/mjsunit/runtime-gen/debugdisassembleconstructor.js
|
| +++ b/test/mjsunit/runtime-gen/debugdisassembleconstructor.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 _func = function() {};
|
| %DebugDisassembleConstructor(_func);
|
|
|