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