Commit 56b7d0e
authored
Fix BigInteger outerloop test (dotnet#111841)
* Fix BigInteger outerloop test
This has presumably been failing since capping BigInteger to a maximum length
* Update src/libraries/System.Runtime.Numerics/tests/BigInteger/GetBitLengthTests.cs
* 2MB
* convert ToString_ValidLargeFormat to inner loop1 parent 84f4c2a commit 56b7d0e
File tree
2 files changed
+13
-10
lines changed- src/libraries/System.Runtime.Numerics/tests/BigInteger
2 files changed
+13
-10
lines changedLines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
524 | | - | |
525 | | - | |
526 | | - | |
| 524 | + | |
527 | 525 | | |
528 | 526 | | |
529 | 527 | | |
530 | 528 | | |
531 | 529 | | |
| 530 | + | |
532 | 531 | | |
533 | | - | |
534 | | - | |
535 | | - | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
536 | 537 | | |
537 | 538 | | |
538 | | - | |
539 | | - | |
| 539 | + | |
| 540 | + | |
540 | 541 | | |
541 | 542 | | |
542 | 543 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments