| Index: test/mjsunit/runtime-gen/dataviewgetfloat64.js
|
| diff --git a/test/mjsunit/runtime-gen/dataviewgetfloat64.js b/test/mjsunit/runtime-gen/dataviewgetfloat64.js
|
| index 82fc2205a65b9fab32530d52b4949d894149c597..7f80c5b0a0933e72110940200aad228d0911f737 100644
|
| --- a/test/mjsunit/runtime-gen/dataviewgetfloat64.js
|
| +++ b/test/mjsunit/runtime-gen/dataviewgetfloat64.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 DataView(new ArrayBuffer(24));
|
| var _offset = 1.5;
|
| var _is_little_endian = true;
|
|
|