Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
818bd6cb4df290cb2d46e75c7286d4ae03b4ea2b
/
.
/
test
/
parallel
/
test-warn-stream-wrap.js
blob: 837a6e880ba6d678b51d9b43d1319549b0749081 [
file
]
'use strict'
;
const
common
=
require
(
'../common'
);
// _stream_wrap is deprecated.
common
.
expectWarning
(
'DeprecationWarning'
,
'The _stream_wrap module is deprecated.'
,
'DEP0125'
);
require
(
'_stream_wrap'
);