Chromium Code Reviews| Index: test/mjsunit/smi-negative-zero.js |
| diff --git a/test/mjsunit/smi-negative-zero.js b/test/mjsunit/smi-negative-zero.js |
| index ea2fa5a9726e0fe02b244e6bf783963a60145ebe..1bab920dfc6708b3f96dbb1c9d9a2172e3fe86bd 100644 |
| --- a/test/mjsunit/smi-negative-zero.js |
| +++ b/test/mjsunit/smi-negative-zero.js |
| @@ -109,5 +109,5 @@ function foo(x) { |
| return -x; |
| } |
| -assertEquals(0, foo(x)); |
| -assertEquals(0, foo(x)); |
| +assertEquals(-0, foo(x)); |
| +assertEquals(-0, foo(x)); |