Chromium Code Reviews| Index: test/mjsunit/compiler/jsnatives.js |
| diff --git a/test/mjsunit/compiler/jsnatives.js b/test/mjsunit/compiler/jsnatives.js |
| index f5d6ac4646191b8519e2ca270be55b1449aca6d8..ea2ecd2d300e1638dbe909371f6444cb2bec47ee 100644 |
| --- a/test/mjsunit/compiler/jsnatives.js |
| +++ b/test/mjsunit/compiler/jsnatives.js |
| @@ -29,5 +29,5 @@ |
| // Test call of JS runtime functions. |
| -var a = %GlobalParseInt("21", 16); |
| -assertEquals(33, a); |
| +var a = %$isNaN(0/0); |
| +assertEquals(true, a); |