mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 17:56:54 +00:00
ICU-13357 Remove misplaced JUnit @RunWIth annotation.
X-SVN-Rev: 40419
This commit is contained in:
parent
ee7fb909bf
commit
0e376ea872
1 changed files with 0 additions and 4 deletions
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue