blob: eb17231be1dfe9002e2430656fd7794776b02b34 [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 fr
*/
public class Test_fr extends LanguageTestRoot {
/**
* Invoke the tests.
*/
public static void main(String[] args) {
new Test_fr().run(args);
}
/**
* Constructor.
*/
public Test_fr() {
super("fr", false);
}
}