Chromium Code Reviews| Index: test/mjsunit/mjsunit.js |
| diff --git a/test/mjsunit/mjsunit.js b/test/mjsunit/mjsunit.js |
| index f50319d6aab8f71ccb482fb320a591a6b354e02b..986ad1e24ad8372091805b63a75e564bf414bc6e 100644 |
| --- a/test/mjsunit/mjsunit.js |
| +++ b/test/mjsunit/mjsunit.js |
| @@ -39,7 +39,7 @@ function MjsUnitAssertionError(message) { |
| MjsUnitAssertionError.prototype.toString = function () { |
| - return this.message; |
| + return this.message + "\n\nStack: " + this.stack; |
| }; |