diff --git a/test/suite/intl402/ch09/9.2/9.2.6_4_b.js b/test/suite/intl402/ch09/9.2/9.2.6_4_b.js index 5b9a43157a..a998e3378e 100644 --- a/test/suite/intl402/ch09/9.2/9.2.6_4_b.js +++ b/test/suite/intl402/ch09/9.2/9.2.6_4_b.js @@ -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 + "."); }