Skip to content
Snippets Groups Projects
Commit cb8b3734 authored by Brian Terlson's avatar Brian Terlson
Browse files

Merge pull request #26 from muratsu/intl402-alert

Remove the alert call from test file
parents 6cc19d8f 7697770a
No related branches found
No related tags found
No related merge requests found
......@@ -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 + ".");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment