Home | History | Annotate | Download | only in languages
      1 //  2016 and later: Unicode, Inc. and others.
      2 // License & terms of use: http://www.unicode.org/copyright.html#License
      3 /*
      4 ******************************************************************************
      5 * Copyright (C) 2007, International Business Machines Corporation and        *
      6 * others. All Rights Reserved.                                               *
      7 ******************************************************************************
      8 */
      9 
     10 // Copyright 2006 Google Inc.  All Rights Reserved.
     11 
     12 package com.ibm.icu.dev.test.duration.languages;
     13 
     14 import com.ibm.icu.dev.test.duration.LanguageTestFmwk;
     15 
     16 
     17 /**
     18  * Test cases for zh_Hant_HK
     19  */
     20 public class Test_zh_Hant_HK extends LanguageTestFmwk {
     21   public Test_zh_Hant_HK() {
     22     super("zh_Hant_HK", false);
     23   }
     24 }
     25