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