Index: test/mjsunit/runtime-gen/mathatan2.js |
diff --git a/test/mjsunit/runtime-gen/mathatan2.js b/test/mjsunit/runtime-gen/mathatan2.js |
index 0938e78ed498346b13af30f2b68180af0c7e39ef..429479711586564ff1ee13c17db574ab23611210 100644 |
--- a/test/mjsunit/runtime-gen/mathatan2.js |
+++ b/test/mjsunit/runtime-gen/mathatan2.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 _x = 1.5; |
var _y = 1.5; |
%MathAtan2(_x, _y); |