Revision: 7133
Author: [email protected]
Date: Thu Mar 10 06:04:18 2011
Log: Fix error in sin-cos.js test introduced in r7129.
Review URL: http://codereview.chromium.org/6659034
http://code.google.com/p/v8/source/detail?r=7133
Modified:
/branches/bleeding_edge/test/mjsunit/sin-cos.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/sin-cos.js Thu Mar 10 05:34:23 2011
+++ /branches/bleeding_edge/test/mjsunit/sin-cos.js Thu Mar 10 06:04:18 2011
@@ -33,7 +33,7 @@
}
function cosTest() {
- assertEquals(0, Math.cos(1));
+ assertEquals(1, Math.cos(0));
assertEquals(-1, Math.cos(Math.PI));
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev