Skip to content

Commit c72c0b6

Browse files
committed
RunWithFakeThreshold
1 parent 7d64f49 commit c72c0b6

File tree

1 file changed

+1
-1
lines changed
  • src/libraries/System.Runtime.Numerics/tests/BigInteger

1 file changed

+1
-1
lines changed

src/libraries/System.Runtime.Numerics/tests/BigInteger/divrem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static void Boundary()
134134
public static void RunDivRemMedium()
135135
{
136136
Test();
137-
BigIntTools.Utils.RunWithFakeThreshold("DivideThreshold", 5, Test);
137+
BigIntTools.Utils.RunWithFakeThreshold(BigIntegerCalculator.DivideThreshold, 5, Test);
138138

139139
void Test()
140140
{

0 commit comments

Comments
 (0)