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  * Test cases for fr
     20  */
     21 @MainTestShard
     22 public class Test_fr extends LanguageTestFmwk {
     23   public Test_fr() {
     24     super("fr", false);
     25   }
     26 }
     27