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:
parent
6ebdb69472
commit
f154c83226
@ -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();
|
@ -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:*)
|
Loading…
x
Reference in New Issue
Block a user