blob: d9fad8517d22b71dd3a3c4f5449f04deb1d6428e [file] [log] [blame]
/*
******************************************************************************
* Copyright (C) 2007, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
// Copyright 2006 Google Inc. All Rights Reserved.
package com.ibm.icu.dev.test.duration.languages;
import com.ibm.icu.dev.test.duration.LanguageTestRoot;
/**
* Test cases for en
*/
public class Test_en extends LanguageTestRoot {
public static void main(String[] args) {
new Test_en().run(args);
}
/**
* Constructor.
*/
public Test_en() {
super("en", false);
}
}