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