test: remove faulty test case

PR-URL: https://github.com/nodejs/node/pull/15110
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
This commit is contained in:
Ruben Bridgewater 2017-08-30 23:38:49 -03:00
parent 6ebdb69472
commit f154c83226
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762
2 changed files with 0 additions and 22 deletions

View File

@ -1,18 +0,0 @@
// Flags: --stack_trace_limit=3
'use strict';
require('../common');
async function f() {
await f();
}
async function g() {
try {
await f();
} catch (e) {
console.log(e);
}
}
g();

View File

@ -1,4 +0,0 @@
RangeError: Maximum call stack size exceeded
at f (*test*message*stack_overflow_async.js:*)
at f (*test*message*stack_overflow_async.js:7:*)
at f (*test*message*stack_overflow_async.js:7:*)