| Index: test/mjsunit/runtime-gen/regexpexecrt.js
|
| diff --git a/test/mjsunit/runtime-gen/regexpexecrt.js b/test/mjsunit/runtime-gen/regexpexecrt.js
|
| index db874039d32cb574e22de46446f6b2c5b019b630..3b20191f2bf8ef8ef85837ab1f0c55190630c267 100644
|
| --- a/test/mjsunit/runtime-gen/regexpexecrt.js
|
| +++ b/test/mjsunit/runtime-gen/regexpexecrt.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 _regexp = /ab/g;
|
| var _subject = "foo";
|
| var _index = 1;
|
|
|