blob: 7a7927f24f284bf06386092bad13f294ea122e15 [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;
import com.ibm.icu.dev.test.TestFmwk;
public class PeriodBuilderTest extends TestFmwk {
/**
* Invoke the tests.
*/
public static void main(String[] args) {
new PeriodBuilderTest().run(args);
}
}