summaryrefslogtreecommitdiffstats
path: root/dx/junit-tests/com/android/dx/util/IntListTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'dx/junit-tests/com/android/dx/util/IntListTest.java')
-rw-r--r--dx/junit-tests/com/android/dx/util/IntListTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/dx/junit-tests/com/android/dx/util/IntListTest.java b/dx/junit-tests/com/android/dx/util/IntListTest.java
index 7a53a67ba..8b72da10f 100644
--- a/dx/junit-tests/com/android/dx/util/IntListTest.java
+++ b/dx/junit-tests/com/android/dx/util/IntListTest.java
@@ -14,8 +14,9 @@
* limitations under the License.
*/
-package com.android.dx.util;
+package com.android.dx.util._tests;
+import com.android.dx.util.IntList;
import junit.framework.TestCase;
public final class IntListTest extends TestCase {