blob: 8a9202b8fd69b7a26c221136597d6500e315039c [file] [log] [blame]
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
assertEq(new Error().hasOwnProperty('message'), false);
assertEq(new Error(undefined).hasOwnProperty('message'), false);
reportCompare(0, 0, 'ok');