Index: test/mjsunit/runtime-gen/dataviewgetint16.js |
diff --git a/test/mjsunit/runtime-gen/dataviewgetint16.js b/test/mjsunit/runtime-gen/dataviewgetint16.js |
index e418ed2bbaaf1551109366c419cd25369cde7046..e618c1c00a1adaf6c42e36ac2a100bb121099aa9 100644 |
--- a/test/mjsunit/runtime-gen/dataviewgetint16.js |
+++ b/test/mjsunit/runtime-gen/dataviewgetint16.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; |