| Index: test/mjsunit/runtime-gen/setiteratornext.js
|
| diff --git a/test/mjsunit/runtime-gen/setiteratornext.js b/test/mjsunit/runtime-gen/setiteratornext.js
|
| index a169c46a4df45cd5056f79a49fe5a1d2728dc9ed..02b74d44dab231383262bacc98b7df698de6e4e7 100644
|
| --- a/test/mjsunit/runtime-gen/setiteratornext.js
|
| +++ b/test/mjsunit/runtime-gen/setiteratornext.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 _holder = new Set().values();
|
| var _value_array = new Array();
|
| %SetIteratorNext(_holder, _value_array);
|
|
|