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