Chromium Code Reviews| Index: test/mjsunit/sin-cos.js |
| diff --git a/test/mjsunit/sin-cos.js b/test/mjsunit/sin-cos.js |
| index fb6f858c7c71735f8fb832fefc8a4fa7329431dc..8c4b80e8c146129cf91fd87007fa224c3229e5ed 100644 |
| --- a/test/mjsunit/sin-cos.js |
| +++ b/test/mjsunit/sin-cos.js |
| @@ -27,7 +27,7 @@ |
| // Test Math.sin and Math.cos. |
| -// Flags: --allow-natives-syntax |
| +// Flags: --allow-natives-syntax --crankshaft |
| assertEquals("-Infinity", String(1/Math.sin(-0))); |
| assertEquals(1, Math.cos(-0)); |