mirror of https://github.com/apache/lucene.git
SOLR-2089: correct test class name
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@989413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b2ed22019
commit
b9ab49e695
|
@ -21,7 +21,7 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
import java.util.Arrays;
|
||||
import java.util.Random;
|
||||
|
||||
public class IntUtilsTest extends LuceneTestCase {
|
||||
public class PrimUtilsTest extends LuceneTestCase {
|
||||
Random r = newRandom();
|
||||
|
||||
public void testSort() {
|
Loading…
Reference in New Issue