| Index: test/mjsunit/runtime-gen/tobool.js
|
| diff --git a/test/mjsunit/runtime-gen/tobool.js b/test/mjsunit/runtime-gen/tobool.js
|
| index 7e913c2aa038c26454643a2a9944e60894bc6634..ca522c8a9fb08a55bbd6a5999c41832bbe5dd334 100644
|
| --- a/test/mjsunit/runtime-gen/tobool.js
|
| +++ b/test/mjsunit/runtime-gen/tobool.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();
|
| %ToBool(_object);
|
|
|