aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js')
-rw-r--r--test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js b/test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js
index 3c8bdba83..58df8ab05 100644
--- a/test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js
+++ b/test/suite/ch15/15.9/15.9.5/S15.9.5_A09_T1.js
@@ -1,15 +1,11 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The Date.prototype has the property "getTime"
- *
- * @path ch15/15.9/15.9.5/S15.9.5_A09_T1.js
- * @description The Date.prototype has the property "getTime"
- */
+/*---
+info: The Date.prototype has the property "getTime"
+description: The Date.prototype has the property "getTime"
+---*/
if(Date.prototype.hasOwnProperty("getTime") !== true){
$ERROR('#1: The Date.prototype has the property "getTime"');
}
-
-