| Index: test/mjsunit/runtime-gen/typedarraysetfastcases.js
|
| diff --git a/test/mjsunit/runtime-gen/typedarraysetfastcases.js b/test/mjsunit/runtime-gen/typedarraysetfastcases.js
|
| index 99405746f068df13255bfb7dceefcb0e646361ab..495212952b25458e8dbe580c0253673cf50353a7 100644
|
| --- a/test/mjsunit/runtime-gen/typedarraysetfastcases.js
|
| +++ b/test/mjsunit/runtime-gen/typedarraysetfastcases.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 _target_obj = new Int32Array(2);
|
| var _source_obj = new Int32Array(2);
|
| var arg2 = 0;
|
|
|