summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/S15.9.3.1_A2_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/S15.9.3.1_A2_T2.js')
-rw-r--r--test/built-ins/Date/S15.9.3.1_A2_T2.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/built-ins/Date/S15.9.3.1_A2_T2.js b/test/built-ins/Date/S15.9.3.1_A2_T2.js
index d94064962..b10c64585 100644
--- a/test/built-ins/Date/S15.9.3.1_A2_T2.js
+++ b/test/built-ins/Date/S15.9.3.1_A2_T2.js
@@ -22,7 +22,7 @@ if (!Date.prototype.isPrototypeOf(x12)) {
}
var x13 = new Date(1899, 11, 31);
-if(Date.prototype !== x13.constructor.prototype){
+if (Date.prototype !== x13.constructor.prototype) {
$ERROR("#1.3: Date.prototype === x13.constructor.prototype");
}
@@ -37,7 +37,7 @@ if (!Date.prototype.isPrototypeOf(x22)) {
}
var x23 = new Date(1899, 12, 1);
-if(Date.prototype !== x23.constructor.prototype){
+if (Date.prototype !== x23.constructor.prototype) {
$ERROR("#2.3: Date.prototype === x23.constructor.prototype");
}
@@ -52,7 +52,7 @@ if (!Date.prototype.isPrototypeOf(x32)) {
}
var x33 = new Date(1900, 0, 1);
-if(Date.prototype !== x33.constructor.prototype){
+if (Date.prototype !== x33.constructor.prototype) {
$ERROR("#3.3: Date.prototype === x33.constructor.prototype");
}
@@ -67,7 +67,7 @@ if (!Date.prototype.isPrototypeOf(x42)) {
}
var x43 = new Date(1969, 11, 31);
-if(Date.prototype !== x43.constructor.prototype){
+if (Date.prototype !== x43.constructor.prototype) {
$ERROR("#4.3: Date.prototype === x43.constructor.prototype");
}
@@ -82,7 +82,7 @@ if (!Date.prototype.isPrototypeOf(x52)) {
}
var x53 = new Date(1969, 12, 1);
-if(Date.prototype !== x53.constructor.prototype){
+if (Date.prototype !== x53.constructor.prototype) {
$ERROR("#5.3: Date.prototype === x53.constructor.prototype");
}
@@ -97,7 +97,7 @@ if (!Date.prototype.isPrototypeOf(x62)) {
}
var x63 = new Date(1970, 0, 1);
-if(Date.prototype !== x63.constructor.prototype){
+if (Date.prototype !== x63.constructor.prototype) {
$ERROR("#6.3: Date.prototype === x63.constructor.prototype");
}
@@ -112,7 +112,7 @@ if (!Date.prototype.isPrototypeOf(x72)) {
}
var x73 = new Date(1999, 11, 31);
-if(Date.prototype !== x73.constructor.prototype){
+if (Date.prototype !== x73.constructor.prototype) {
$ERROR("#7.3: Date.prototype === x73.constructor.prototype");
}
@@ -127,7 +127,7 @@ if (!Date.prototype.isPrototypeOf(x82)) {
}
var x83 = new Date(1999, 12, 1);
-if(Date.prototype !== x83.constructor.prototype){
+if (Date.prototype !== x83.constructor.prototype) {
$ERROR("#8.3: Date.prototype === x83.constructor.prototype");
}
@@ -142,7 +142,7 @@ if (!Date.prototype.isPrototypeOf(x92)) {
}
var x93 = new Date(2000, 0, 1);
-if(Date.prototype !== x93.constructor.prototype){
+if (Date.prototype !== x93.constructor.prototype) {
$ERROR("#9.3: Date.prototype === x93.constructor.prototype");
}
@@ -157,7 +157,7 @@ if (!Date.prototype.isPrototypeOf(x102)) {
}
var x103 = new Date(2099, 11, 31);
-if(Date.prototype !== x103.constructor.prototype){
+if (Date.prototype !== x103.constructor.prototype) {
$ERROR("#10.3: Date.prototype === x103.constructor.prototype");
}
@@ -172,7 +172,7 @@ if (!Date.prototype.isPrototypeOf(x112)) {
}
var x113 = new Date(2099, 12, 1);
-if(Date.prototype !== x113.constructor.prototype){
+if (Date.prototype !== x113.constructor.prototype) {
$ERROR("#11.3: Date.prototype === x113.constructor.prototype");
}
@@ -187,6 +187,6 @@ if (!Date.prototype.isPrototypeOf(x122)) {
}
var x123 = new Date(2100, 0, 1);
-if(Date.prototype !== x123.constructor.prototype){
+if (Date.prototype !== x123.constructor.prototype) {
$ERROR("#12.3: Date.prototype === x123.constructor.prototype");
}