Skip to content

Commit 44d6d0b

Browse files
jasnelldanielleadams
authored andcommitted
test: fix missed warning for non-experimental AbortController
Signed-off-by: James M Snell <[email protected]> PR-URL: #36240 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent b176d61 commit 44d6d0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/parallel/test-eventtarget-memoryleakwarning.js

-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ common.expectWarning({
2525
'Use events.setMaxListeners() to increase ' +
2626
'limit'],
2727
],
28-
ExperimentalWarning: [[
29-
'AbortController is an experimental feature. This feature could change ' +
30-
'at any time'
31-
]]
3228
});
3329

3430

0 commit comments

Comments
 (0)