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