diff options
author | Elliott Hughes <enh@google.com> | 2013-04-04 17:56:09 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2013-04-04 17:56:09 -0700 |
commit | 81ccea015ba3d2a2da1c641b14dd3713c6b40a76 (patch) | |
tree | c0920e505a276a0b69320b9117041b9361d2abdc /luni | |
parent | 5e482c8dfbf5665107cd4f2542f12933191c7f03 (diff) | |
download | libcore-81ccea015ba3d2a2da1c641b14dd3713c6b40a76.zip libcore-81ccea015ba3d2a2da1c641b14dd3713c6b40a76.tar.gz libcore-81ccea015ba3d2a2da1c641b14dd3713c6b40a76.tar.bz2 |
Move the external/apache-harmony/math tests into libcore.
Change-Id: Ic4acfcf8553e0108e6ad127afa2745bb551acba3
Diffstat (limited to 'luni')
-rw-r--r-- | luni/src/test/java/tests/api/java/math/OldBigIntegerTest.java (renamed from luni/src/test/java/tests/api/java/math/BigIntegerTest.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luni/src/test/java/tests/api/java/math/BigIntegerTest.java b/luni/src/test/java/tests/api/java/math/OldBigIntegerTest.java index 2c2c25b..77bcabf 100644 --- a/luni/src/test/java/tests/api/java/math/BigIntegerTest.java +++ b/luni/src/test/java/tests/api/java/math/OldBigIntegerTest.java @@ -20,7 +20,7 @@ package tests.api.java.math; import java.math.BigInteger; import java.util.Random; -public class BigIntegerTest extends junit.framework.TestCase { +public class OldBigIntegerTest extends junit.framework.TestCase { BigInteger minusTwo = new BigInteger("-2", 10); |