Index: test/mjsunit/math-pow.js |
diff --git a/test/mjsunit/math-pow.js b/test/mjsunit/math-pow.js |
index e2b2c78613af99c2e95105ada8b86a29354858c5..535588dbd1f3d5c5cad090576c304bde42243e79 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()); |