Skip to content

Commit 731eff1

Browse files
Update test/sea/test-single-executable-application-use-code-cache-dynamic-import.js
Co-authored-by: Joyee Cheung <[email protected]>
1 parent ead9914 commit 731eff1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/sea/test-single-executable-application-use-code-cache-dynamic-import.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
'use strict';
22

33
// This tests that import() works in a CJS single executable application
4-
// when useCodeCache is true. A V8 fix (https://chromium-review.googlesource.com
5-
// /c/v8/v8/+/5401780) resolved the issue where code cache serialization
6-
// wiped host-defined options needed by HostImportModuleDynamically.
4+
// when useCodeCache is true.
75

86
require('../common');
97

0 commit comments

Comments
 (0)