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