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