summaryrefslogtreecommitdiff
path: root/test/parallel/test-bootstrap-modules.js
diff options
context:
space:
mode:
authorGus Caplan <me@gus.host>2018-08-17 17:26:34 -0500
committerGus Caplan <me@gus.host>2018-10-06 17:33:25 -0500
commit4c37df779cf944b5666fc72e2a27fbf2e745881f (patch)
tree80d135f6cbd7cd9545bee950c280659985c276b8 /test/parallel/test-bootstrap-modules.js
parent124a8e21238f8452028614625fe491b3049f7244 (diff)
downloadandroid-node-v8-4c37df779cf944b5666fc72e2a27fbf2e745881f.tar.gz
android-node-v8-4c37df779cf944b5666fc72e2a27fbf2e745881f.tar.bz2
android-node-v8-4c37df779cf944b5666fc72e2a27fbf2e745881f.zip
vm: add dynamic import support
PR-URL: https://github.com/nodejs/node/pull/22381 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Diffstat (limited to 'test/parallel/test-bootstrap-modules.js')
-rw-r--r--test/parallel/test-bootstrap-modules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-bootstrap-modules.js b/test/parallel/test-bootstrap-modules.js
index e2e5075f6b..885a58ff9f 100644
--- a/test/parallel/test-bootstrap-modules.js
+++ b/test/parallel/test-bootstrap-modules.js
@@ -11,4 +11,4 @@ const list = process.moduleLoadList.slice();
const assert = require('assert');
-assert(list.length <= 76, list);
+assert(list.length <= 77, list);