| Index: test/mjsunit/runtime-gen/breakiteratorcurrent.js
|
| diff --git a/test/mjsunit/runtime-gen/breakiteratorcurrent.js b/test/mjsunit/runtime-gen/breakiteratorcurrent.js
|
| index e11d43d267765d09797e72bb29d404f1e86a4650..42000a846ca4370ee1096ddc701ef6e49b9b7eb8 100644
|
| --- a/test/mjsunit/runtime-gen/breakiteratorcurrent.js
|
| +++ b/test/mjsunit/runtime-gen/breakiteratorcurrent.js
|
| @@ -1,5 +1,5 @@
|
| // 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 arg0 = %GetImplFromInitializedIntlObject(new Intl.v8BreakIterator());
|
| %BreakIteratorCurrent(arg0);
|
|
|