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 import android.icu.dev.test.duration.LanguageTestFmwk;
     16 import android.icu.testsharding.MainTestShard;
     17 
     18 
     19 /**
     20  * Test cases for he_IL
     21  */
     22 @MainTestShard
     23 public class Test_he_IL extends LanguageTestFmwk {
     24   public Test_he_IL() {
     25     super("he_IL", false);
     26   }
     27 }
     28