From e9688608cd9c31e0f51375865d5f577ef01db0c4 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Tue, 6 Dec 2011 13:30:22 +0000 Subject: [PATCH] Fix presubmit. Review URL: http://codereview.chromium.org/8821016 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10178 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/math-pow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/math-pow.js b/test/mjsunit/math-pow.js index e2b2c78..535588d 100644 --- a/test/mjsunit/math-pow.js +++ b/test/mjsunit/math-pow.js @@ -140,7 +140,7 @@ function test() { assertEquals(NaN, Math.pow(-16, 0.5)); assertEquals(0.25, Math.pow(16, -0.5)); assertEquals(NaN, Math.pow(-16, -0.5)); - + // Tests from Mozilla 15.8.2.13. assertEquals(2, Math.pow.length); assertEquals(NaN, Math.pow()); -- 2.7.4