summaryrefslogtreecommitdiff
path: root/test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js')
-rw-r--r--test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js b/test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js
index a5d3ec350..08e181ca7 100644
--- a/test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js
+++ b/test/suite/ch15/15.2/15.2.2/S15.2.2.1_A2_T5.js
@@ -19,7 +19,7 @@ if (n_obj !== obj) {
}
//CHECK#2
-if ((n_obj.getYear() !== 78)||(n_obj.getMonth() !== 3)) {
+if ((n_obj.getFullYear() !== 1978)||(n_obj.getMonth() !== 3)) {
$ERROR('#2: When the Object constructor is called and if the value is an Object simply value returns.');
}