| Index: test/mjsunit/runtime-gen/quotejsonstring.js
|
| diff --git a/test/mjsunit/runtime-gen/quotejsonstring.js b/test/mjsunit/runtime-gen/quotejsonstring.js
|
| index 02ed21f33f95017c6b23bc90c2414f78e252cc1f..61ade342638a66d88e311d6c0deb38273c7d127b 100644
|
| --- a/test/mjsunit/runtime-gen/quotejsonstring.js
|
| +++ b/test/mjsunit/runtime-gen/quotejsonstring.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 _string = "foo";
|
| %QuoteJSONString(_string);
|
|
|