Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Revert "test: stack overflow output"
Browse files Browse the repository at this point in the history
This reverts commit f8519e1.

Recent update to V8 fixes the problem where it incorrectly reports the
line number as 0 for thrown RangeErrors.
  • Loading branch information
isaacs committed May 16, 2012
1 parent 3b95d88 commit 5641725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/message/stack_overflow.out
@@ -1,6 +1,6 @@
before

*test*message*stack_overflow.js:0
(function (exports, require, module, __filename, __dirname) { // Copyright Joy
^
*test*message*stack_overflow.js:31
function stackOverflow() {
^
RangeError: Maximum call stack size exceeded

0 comments on commit 5641725

Please sign in to comment.