blob: 75fcd57cb6ecb5e0bf79666f59928a08f8f5af75 [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 "setMonth"
esid: sec-properties-of-the-date-prototype-object
description: The Date.prototype has the property "setMonth"
---*/
if (Date.prototype.hasOwnProperty("setMonth") !== true) {
$ERROR('#1: The Date.prototype has the property "setMonth"');
}