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