blob: d1059d93e9e779e19c74b451ddc37d33472aa069 [file] [log] [blame]
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
******************************************************************************
* 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.LanguageTestFmwk;
/**
* Test cases for en
*/
public class Test_en extends LanguageTestFmwk {
public Test_en() {
super("en", false);
}
}