| Index: test/mjsunit/date-parse.js
|
| diff --git a/test/mjsunit/date-parse.js b/test/mjsunit/date-parse.js
|
| index 4cd8aa9c3eba0e6976c79a0145d327866d550818..e623827df7b8235b9c87157a944e23624ebb629d 100644
|
| --- a/test/mjsunit/date-parse.js
|
| +++ b/test/mjsunit/date-parse.js
|
| @@ -245,9 +245,9 @@ var testCasesES5Misc = [
|
| ['2000-01T08:00:00.099Z', 946713600099],
|
| ['2000-01T08:00:00.999Z', 946713600999],
|
| ['2000-01T00:00:00.001-08:00', 946713600001],
|
| - ['2000-01-01T24:00Z', 946771200000],
|
| - ['2000-01-01T24:00:00Z', 946771200000],
|
| - ['2000-01-01T24:00:00.000Z', 946771200000],
|
| + ['2000-01-01T24:00', 946771200000],
|
| + ['2000-01-01T24:00:00', 946771200000],
|
| + ['2000-01-01T24:00:00.000', 946771200000],
|
| ['2000-01-01T24:00:00.000Z', 946771200000]];
|
|
|
| var testCasesES5MiscNegative = [
|
|
|