summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/S15.9.5_A23_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/S15.9.5_A23_T1.js')
-rw-r--r--test/built-ins/Date/prototype/S15.9.5_A23_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/prototype/S15.9.5_A23_T1.js b/test/built-ins/Date/prototype/S15.9.5_A23_T1.js
index 8dab8344e..63cc54853 100644
--- a/test/built-ins/Date/prototype/S15.9.5_A23_T1.js
+++ b/test/built-ins/Date/prototype/S15.9.5_A23_T1.js
@@ -8,6 +8,6 @@ es5id: 15.9.5_A23_T1
description: The Date.prototype has the property "getUTCSeconds"
---*/
-if (Date.prototype.hasOwnProperty("getUTCSeconds") !== true) {
+if(Date.prototype.hasOwnProperty("getUTCSeconds") !== true){
$ERROR('#1: The Date.prototype has the property "getUTCSeconds"');
}