| Index: test/mjsunit/runtime-gen/debuggetprototype.js
|
| diff --git a/test/mjsunit/runtime-gen/debuggetprototype.js b/test/mjsunit/runtime-gen/debuggetprototype.js
|
| index f2fc9d5640f2c6034743f801dec8fce33025dd1c..27de855b7b86edd1b37dd059f5529152a3f0db32 100644
|
| --- a/test/mjsunit/runtime-gen/debuggetprototype.js
|
| +++ b/test/mjsunit/runtime-gen/debuggetprototype.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();
|
| %DebugGetPrototype(_obj);
|
|
|