Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2179)

Unified Diff: test/mjsunit/sin-cos.js

Issue 6659034: Fix error in sin-cos.js test introduced in r7129. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/sin-cos.js
===================================================================
--- test/mjsunit/sin-cos.js (revision 7131)
+++ test/mjsunit/sin-cos.js (working copy)
@@ -33,7 +33,7 @@
}
function cosTest() {
- assertEquals(0, Math.cos(1));
+ assertEquals(1, Math.cos(0));
assertEquals(-1, Math.cos(Math.PI));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698