blob: aeb83c5df4aae48a1d4d8fc091f4f48582e826ea [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/*
******************************************************************************
* Copyright (C) 2007, International Business Machines Corporation and *
* others. All Rights Reserved. *
******************************************************************************
*/
// Copyright 2006 Google Inc. All Rights Reserved.
package android.icu.dev.test.duration.languages;
import android.icu.dev.test.duration.LanguageTestRoot;
import org.junit.runner.RunWith;
import android.icu.junit.IcuTestFmwkRunner;
/**
* Test cases for zh_Hans_SG
*/
@RunWith(IcuTestFmwkRunner.class)
public class Test_zh_Hans_SG extends LanguageTestRoot {
/**
* Invoke the tests.
*/
public static void main(String[] args) {
new Test_zh_Hans_SG().run(args);
}
/**
* Constructor.
*/
public Test_zh_Hans_SG() {
super("zh_Hans_SG", false);
}
}