| Index: test/mjsunit/runtime-gen/stringlastindexof.js
|
| diff --git a/test/mjsunit/runtime-gen/stringlastindexof.js b/test/mjsunit/runtime-gen/stringlastindexof.js
|
| index 1d142ddaae9cacb5b9cf29ebd11c44752d04c0bb..afbc51f5a42038a318e292c98ee1b7b2f8695e88 100644
|
| --- a/test/mjsunit/runtime-gen/stringlastindexof.js
|
| +++ b/test/mjsunit/runtime-gen/stringlastindexof.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();
|
|
|