Index: test/mjsunit/runtime-gen/breakiteratoradopttext.js |
diff --git a/test/mjsunit/runtime-gen/breakiteratoradopttext.js b/test/mjsunit/runtime-gen/breakiteratoradopttext.js |
index 768b9482637927b89b232effeb8ca94d543a41f6..64b6059da355c36580c9cee6bcfaa43afbc90324 100644 |
--- a/test/mjsunit/runtime-gen/breakiteratoradopttext.js |
+++ b/test/mjsunit/runtime-gen/breakiteratoradopttext.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 arg0 = %GetImplFromInitializedIntlObject(new Intl.v8BreakIterator()); |
var _text = "foo"; |
%BreakIteratorAdoptText(arg0, _text); |