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