Adjust tests for android-enabled Intl.

This commit is contained in:
wolfbeast 2018-05-03 21:45:55 +02:00 committed by Roy Tam
commit 8726b2dc33
3 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ var ecmaGlobals =
"Int32Array",
"Int8Array",
"InternalError",
{name: "Intl", android: false},
"Intl",
"Iterator",
"JSON",
"Map",

View file

@ -38,7 +38,7 @@ var ecmaGlobals =
"Int32Array",
"Int8Array",
"InternalError",
{name: "Intl", android: false},
"Intl",
"Iterator",
"JSON",
"Map",

View file

@ -38,7 +38,7 @@ var ecmaGlobals =
"Int32Array",
"Int8Array",
"InternalError",
{name: "Intl", android: false},
"Intl",
"Iterator",
"JSON",
"Map",