mirror of https://github.com/tc39/test262.git
removed alert call from test file
This commit is contained in:
parent
9b669da66c
commit
7697770a4c
|
@ -29,7 +29,6 @@ testWithIntlConstructors(function (Constructor) {
|
|||
locale + " is considered supported with matcher " + matcher + ".");
|
||||
}
|
||||
if (supported2[0] !== locale + validExtension || supported3[0] !== locale + invalidExtension) {
|
||||
alert(locale + "; " + supported2[0] + "; " + supported3[0]);
|
||||
$ERROR("Unicode locale extension sequence is not correctly returned for locale " +
|
||||
locale + " with matcher " + matcher + ".");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue