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