Commit b7d7aa8a authored by whesse@chromium.org's avatar whesse@chromium.org

Fix error in sin-cos.js test introduced in r7129.

Review URL: http://codereview.chromium.org/6659034

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7133 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent bc9ddf20
......@@ -33,7 +33,7 @@ function sinTest() {
}
function cosTest() {
assertEquals(0, Math.cos(1));
assertEquals(1, Math.cos(0));
assertEquals(-1, Math.cos(Math.PI));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment