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