Chromium Code Reviews| Index: test/mjsunit/fuzz-natives.js |
| =================================================================== |
| --- test/mjsunit/fuzz-natives.js (revision 5029) |
| +++ test/mjsunit/fuzz-natives.js (working copy) |
| @@ -63,7 +63,7 @@ |
| try { |
| func = makeFunction(name, i); |
| } catch (e) { |
| - if (e != "SyntaxError: illegal access") throw e; |
| + if (e != "SyntaxError: Illegal access") throw e; |
| } |
| if (func === null && i == argc) { |
| throw "unexpected exception"; |