We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d64f49 commit c72c0b6Copy full SHA for c72c0b6
src/libraries/System.Runtime.Numerics/tests/BigInteger/divrem.cs
@@ -134,7 +134,7 @@ public static void Boundary()
134
public static void RunDivRemMedium()
135
{
136
Test();
137
- BigIntTools.Utils.RunWithFakeThreshold("DivideThreshold", 5, Test);
+ BigIntTools.Utils.RunWithFakeThreshold(BigIntegerCalculator.DivideThreshold, 5, Test);
138
139
void Test()
140
0 commit comments