aboutsummaryrefslogtreecommitdiff
path: root/test/sequential/test-async-wrap-getasyncid.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-12-18 14:55:16 -0800
committerJames M Snell <jasnell@gmail.com>2017-12-22 12:54:13 -0800
commitbbaea1236f9a788fcb3f76113dd0c3bae83a551b (patch)
tree40336c64222d30233f5a23b310e9c6b8ea3466da /test/sequential/test-async-wrap-getasyncid.js
parent6100e12667429acad1827b6d918e512e55a7a6a7 (diff)
downloadandroid-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.tar.gz
android-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.tar.bz2
android-node-v8-bbaea1236f9a788fcb3f76113dd0c3bae83a551b.zip
http2: convert Http2Settings to an AsyncWrap
PR-URL: https://github.com/nodejs/node/pull/17763 Refs: https://github.com/nodejs/node/issues/17746 Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'test/sequential/test-async-wrap-getasyncid.js')
-rw-r--r--test/sequential/test-async-wrap-getasyncid.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sequential/test-async-wrap-getasyncid.js b/test/sequential/test-async-wrap-getasyncid.js
index f85861c9d5..a96c5032ad 100644
--- a/test/sequential/test-async-wrap-getasyncid.js
+++ b/test/sequential/test-async-wrap-getasyncid.js
@@ -25,6 +25,7 @@ const fixtures = require('../common/fixtures');
delete providers.HTTP2SESSION;
delete providers.HTTP2STREAM;
delete providers.HTTP2PING;
+ delete providers.HTTP2SETTINGS;
const obj_keys = Object.keys(providers);
if (obj_keys.length > 0)