mirror of https://github.com/tc39/test262.git
Merge pull request #26 from muratsu/intl402-alert
Remove the alert call from test file
This commit is contained in:
commit
cb8b373444
|
@ -29,7 +29,6 @@ testWithIntlConstructors(function (Constructor) {
|
||||||
locale + " is considered supported with matcher " + matcher + ".");
|
locale + " is considered supported with matcher " + matcher + ".");
|
||||||
}
|
}
|
||||||
if (supported2[0] !== locale + validExtension || supported3[0] !== locale + invalidExtension) {
|
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 " +
|
$ERROR("Unicode locale extension sequence is not correctly returned for locale " +
|
||||||
locale + " with matcher " + matcher + ".");
|
locale + " with matcher " + matcher + ".");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue