Remove duplicated tests from test-ot-tag (#1958)

pull/1959/head
Evgeniy Reizner 5 years ago committed by Behdad Esfahbod
parent 3aceee2527
commit 7d4da8b862
  1. 3
      test/api/test-ot-tag.c

@ -351,9 +351,6 @@ test_ot_tag_language (void)
test_tag_from_language ("ZHH", "yue-Hant");
test_tag_from_language ("ZHS", "yue-Hans");
test_tag_from_language ("ZHS", "zh"); /* Chinese */
test_tag_from_language ("ZHS", "zh-xx");
test_language_two_way ("ABC", "abc");
test_language_two_way ("ABCD", "x-hbotabcd");
test_tag_from_language ("ABC", "asdf-asdf-wer-x-hbotabc-zxc");

Loading…
Cancel
Save