| Index: test/mjsunit/runtime-gen/mathatan.js
|
| diff --git a/test/mjsunit/runtime-gen/mathatan.js b/test/mjsunit/runtime-gen/mathatan.js
|
| index 2de678561ac7c49aa9dc75def7fbaa2600134f3b..0e2708f1f2953348d90787705a93f6c38f5efb04 100644
|
| --- a/test/mjsunit/runtime-gen/mathatan.js
|
| +++ b/test/mjsunit/runtime-gen/mathatan.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 _x = 1.5;
|
| %MathAtan(_x);
|
|
|