]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-52_1/main/tests/core/src/com/ibm/icu/dev/test/duration/languages/Test_en.java
Clean up imports.
[Dictionary.git] / jars / icu4j-52_1 / main / tests / core / src / com / ibm / icu / dev / test / duration / languages / Test_en.java
1 /*
2 ******************************************************************************
3 * Copyright (C) 2007, International Business Machines Corporation and        *
4 * others. All Rights Reserved.                                               *
5 ******************************************************************************
6 */
7
8 // Copyright 2006 Google Inc.  All Rights Reserved.
9
10 package com.ibm.icu.dev.test.duration.languages;
11
12 import com.ibm.icu.dev.test.duration.LanguageTestRoot;
13
14 /**
15  * Test cases for en
16  */
17 public class Test_en extends LanguageTestRoot {
18
19   public static void main(String[] args) {
20       new Test_en().run(args);
21   }
22
23   /**
24    * Constructor.
25    */
26   public Test_en() {
27     super("en", false);
28   }
29 }