| Index: test/mjsunit/runtime-gen/havesamemap.js
|
| diff --git a/test/mjsunit/runtime-gen/havesamemap.js b/test/mjsunit/runtime-gen/havesamemap.js
|
| index 54d55308175f1c3a93a7c477c83c74bd74abe7c9..b399d17cb733c67763bfec050dc6c8df16e49e8c 100644
|
| --- a/test/mjsunit/runtime-gen/havesamemap.js
|
| +++ b/test/mjsunit/runtime-gen/havesamemap.js
|
| @@ -1,6 +1,6 @@
|
| // 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 _obj1 = new Object();
|
| var _obj2 = new Object();
|
| %HaveSameMap(_obj1, _obj2);
|
|
|