blob: efefa78c9f2a1599f9b1768ea883ae73bab1bb65 [file] [log] [blame]
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/*
******************************************************************************
* 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.LanguageTestFmwk;
/**
* Test cases for he_IL
*/
public class Test_he_IL extends LanguageTestFmwk {
public Test_he_IL() {
super("he_IL", false);
}
}