Chromium Code Reviews| Index: test/mjsunit/regress/regress-1369.js |
| =================================================================== |
| --- test/mjsunit/regress/regress-1369.js (revision 7880) |
| +++ test/mjsunit/regress/regress-1369.js (working copy) |
| @@ -27,5 +27,5 @@ |
| // Flags: --expose-gc |
| -assertThrows('gc.call(1)'); |
| -assertThrows('gc.call("asdf")'); |
| +assertDoesNotThrow('gc.call(1)'); |
| +assertDoesNotThrow('gc.call("asdf")'); |