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 5b9a43157afac27b547ce2c22717a1b6035a1197..a998e3378e839f0b814311f63fc6b5356d7e2843 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 + "."); }