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 
     15 import com.ibm.icu.dev.test.duration.LanguageTestFmwk;
     16 
     17 
     18 /**
     19  * Test cases for zh_Hant
     20  */
     21 public class Test_zh_Hant extends LanguageTestFmwk {
     22   public Test_zh_Hant() {
     23     super("zh_Hant", false);
     24   }
     25 }
     26