Revert "test: stack overflow output"

This reverts commit f8519e10b8.

Recent update to V8 fixes the problem where it incorrectly reports the
line number as 0 for thrown RangeErrors.
pull/24503/head
isaacs 2012-05-16 14:44:15 -07:00
parent 3b95d88bf2
commit 564172510d
1 changed files with 3 additions and 3 deletions

View File

@ -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