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