Skip to content

Commit 574b01e

Browse files
committed
test: fixed test case after merge
Fixed `test-process-versions` after merge. PR-URL: nodejs#69 Reviewed-By: Jianchun Xu <[email protected]>
1 parent 7c88be6 commit 574b01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-process-versions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (common.hasCrypto) {
1010
expected_keys.push('openssl');
1111
}
1212

13-
if (!common.isChakraEngine && typeof Intl !== 'undefined') {
13+
if (typeof Intl !== 'undefined') {
1414
expected_keys.push('icu');
1515
}
1616

0 commit comments

Comments
 (0)