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

Commit

Permalink
test: Fix inspect test under node-chakracore
Browse files Browse the repository at this point in the history
  • Loading branch information
boingoing committed Dec 7, 2017
1 parent 1d6dc6e commit a1eb4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-util-inspect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ if (!common.isChakraEngine) {
assert.strictEqual(util.inspect(new PromiseSubclass(() => {})),
common.engineSpecificMessage({
v8: 'PromiseSubclass [Promise] { <pending> }',
chakracore: 'PromiseSubclass {}'
chakracore: 'PromiseSubclass [Promise] {}'
}));
assert.strictEqual(
util.inspect({ a: { b: new ArraySubclass([1, [2], 3]) } }, { depth: 1 }),
Expand Down

0 comments on commit a1eb4f9

Please sign in to comment.