mirror of https://github.com/tc39/test262.git
Remove "US/Pacific-New" from time zone tests
"US/Pacific-New" was removed in tzdata2020b.
This commit is contained in:
parent
dc0082c5ea
commit
d7fa2a1163
|
@ -601,7 +601,6 @@ const timeZoneIdentifiers = [
|
|||
"US/Michigan",
|
||||
"US/Mountain",
|
||||
"US/Pacific",
|
||||
"US/Pacific-New",
|
||||
"US/Samoa",
|
||||
"UTC",
|
||||
"Universal",
|
||||
|
|
|
@ -602,7 +602,6 @@ const timeZoneIdentifiers = [
|
|||
'US/Michigan',
|
||||
'US/Mountain',
|
||||
'US/Pacific',
|
||||
'US/Pacific-New',
|
||||
'US/Samoa',
|
||||
'UTC',
|
||||
'Universal',
|
||||
|
|
|
@ -606,7 +606,6 @@ const timeZoneIdentifiers = [
|
|||
'US/Michigan',
|
||||
'US/Mountain',
|
||||
'US/Pacific',
|
||||
'US/Pacific-New',
|
||||
'US/Samoa',
|
||||
'UTC',
|
||||
'Universal',
|
||||
|
|
Loading…
Reference in New Issue