ICU-13357 Remove misplaced JUnit @RunWIth annotation.

X-SVN-Rev: 40419
This commit is contained in:
Norbert Runge 2017-09-14 23:50:36 +00:00
parent ee7fb909bf
commit 0e376ea872

View file

@ -9,12 +9,8 @@
package com.ibm.icu.dev.test.calendar;
import java.util.Date;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import com.ibm.icu.util.Calendar;
@RunWith(JUnit4.class)
public class ChineseTestCase extends TestCase {
/**