summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js')
-rw-r--r--test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js b/test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js
index c3ecf9670..2a323bf2f 100644
--- a/test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js
+++ b/test/built-ins/Date/prototype/getSeconds/S15.9.5.22_A1_T1.js
@@ -9,7 +9,7 @@ description: Checking absence of ReadOnly attribute
---*/
var x = Date.prototype.getSeconds;
-if (x === 1)
+if(x === 1)
Date.prototype.getSeconds = 2;
else
Date.prototype.getSeconds = 1;