| Index: test/mjsunit/runtime-gen/stringindexof.js
|
| diff --git a/test/mjsunit/runtime-gen/stringindexof.js b/test/mjsunit/runtime-gen/stringindexof.js
|
| index 5ee0e3855cb4ddbd792813b6cd27af2cfba7ca3e..3c5cab31c520629582e725a99762fb57c0874279 100644
|
| --- a/test/mjsunit/runtime-gen/stringindexof.js
|
| +++ b/test/mjsunit/runtime-gen/stringindexof.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 _sub = "foo";
|
| var _pat = "foo";
|
| var _index = new Object();
|
|
|