| Index: test/mjsunit/runtime-gen/typedarrayinitialize.js
|
| diff --git a/test/mjsunit/runtime-gen/typedarrayinitialize.js b/test/mjsunit/runtime-gen/typedarrayinitialize.js
|
| index 177bf3bc2ad237dce89853c118ec7e100bd6a9da..be1e29607e93d92beae6820e2c443438a2b60521 100644
|
| --- a/test/mjsunit/runtime-gen/typedarrayinitialize.js
|
| +++ b/test/mjsunit/runtime-gen/typedarrayinitialize.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 _holder = new Int32Array(2);
|
| var arg1 = 6;
|
| var arg2 = new ArrayBuffer(8);
|
|
|