Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
test: fixed test case after merge
Browse files Browse the repository at this point in the history
Fixed `test-process-versions` after merge.

PR-URL: #69
Reviewed-By: Jianchun Xu <Jianchun.Xu@microsoft.com>
  • Loading branch information
kunalspathak committed May 11, 2016
1 parent 7c88be6 commit 574b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-process-versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (common.hasCrypto) {
expected_keys.push('openssl');
}

if (!common.isChakraEngine && typeof Intl !== 'undefined') {
if (typeof Intl !== 'undefined') {
expected_keys.push('icu');
}

Expand Down

0 comments on commit 574b01e

Please sign in to comment.