Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 68b75e3

Browse files
committed
Lower peak memory usage in BigInteger tests
1 parent 2d4dbe8 commit 68b75e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Runtime.Numerics/tests/BigInteger/cast_from.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ public static void RunDoubleExplicitCastFromBigIntegerTests()
579579
[OuterLoop]
580580
public static void RunDoubleExplicitCastFromLargeBigIntegerTests()
581581
{
582-
DoubleExplicitCastFromLargeBigIntegerTests(0, 5, 64, 4);
582+
DoubleExplicitCastFromLargeBigIntegerTests(0, 4, 64, 3);
583583
}
584584

585585
[Fact]

0 commit comments

Comments
 (0)