blob: cde3d3ae1f4b8bf7bbb395a4f5a513828b7d090c [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: The Date.prototype has the property "setUTCMonth"
esid: sec-properties-of-the-date-prototype-object
description: The Date.prototype has the property "setUTCMonth"
---*/
if (Date.prototype.hasOwnProperty("setUTCMonth") !== true) {
$ERROR('#1: The Date.prototype has the property "setUTCMonth"');
}