mirror of https://github.com/tc39/test262.git
Update Intl tests to recognize microsecond and nanosecond as sanctioned
These were added to the list of sanctioned units in a normative change: https://github.com/tc39/ecma402/commit/f627573
This commit is contained in:
parent
5d8ebdff05
commit
f6c48f333e
|
@ -2321,6 +2321,7 @@ function allSimpleSanctionedUnits() {
|
|||
"megabit",
|
||||
"megabyte",
|
||||
"meter",
|
||||
"microsecond",
|
||||
"mile",
|
||||
"mile-scandinavian",
|
||||
"milliliter",
|
||||
|
@ -2328,6 +2329,7 @@ function allSimpleSanctionedUnits() {
|
|||
"millisecond",
|
||||
"minute",
|
||||
"month",
|
||||
"nanosecond",
|
||||
"ounce",
|
||||
"percent",
|
||||
"petabyte",
|
||||
|
|
|
@ -61,7 +61,6 @@ const units = [
|
|||
"metric-ton",
|
||||
"microgram",
|
||||
"micrometer",
|
||||
"microsecond",
|
||||
"milliampere",
|
||||
"millibar",
|
||||
"milligram",
|
||||
|
@ -69,7 +68,6 @@ const units = [
|
|||
"milliwatt",
|
||||
"month-person",
|
||||
"nanometer",
|
||||
"nanosecond",
|
||||
"nautical-mile",
|
||||
"ohm",
|
||||
"ounce-troy",
|
||||
|
|
Loading…
Reference in New Issue