| Index: test/mjsunit/runtime-gen/datesetvalue.js
|
| diff --git a/test/mjsunit/runtime-gen/datesetvalue.js b/test/mjsunit/runtime-gen/datesetvalue.js
|
| index 773f0af521aef630b213a329e0f20a3ee43937bb..dac1a3644771008ec13e38f77dac28c518ce19f4 100644
|
| --- a/test/mjsunit/runtime-gen/datesetvalue.js
|
| +++ b/test/mjsunit/runtime-gen/datesetvalue.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 _date = new Date();
|
| var _time = 1.5;
|
| var _is_utc = 1;
|
|
|