Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Merge pull request #12760 from mellinoe/port-bigint-testfix
Browse files Browse the repository at this point in the history
[release/1.1.0] Lower peak memory usage in BigInteger tests
  • Loading branch information
stephentoub committed Oct 18, 2016
2 parents 2d4dbe8 + 68b75e3 commit d2f3cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.Runtime.Numerics/tests/BigInteger/cast_from.cs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ public static void RunDoubleExplicitCastFromBigIntegerTests()
[OuterLoop]
public static void RunDoubleExplicitCastFromLargeBigIntegerTests()
{
DoubleExplicitCastFromLargeBigIntegerTests(0, 5, 64, 4);
DoubleExplicitCastFromLargeBigIntegerTests(0, 4, 64, 3);
}

[Fact]
Expand Down

0 comments on commit d2f3cf7

Please sign in to comment.