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 ed16ff0 commit c515fe1Copy full SHA for c515fe1
tests/fuzzing/Tests/ReadOnlySpan/Split/SplitAny.cs
@@ -11,7 +11,7 @@ public static TheoryData<int, int, int, int, int, float> SplitAnyData(int iterat
11
const int minValue = 0;
12
const int maxValue = 100;
13
14
- TheoryData<int, int, int, int, int, float> data = new TheoryData<int, int, int, int, int, float>();
+ var data = new TheoryData<int, int, int, int, int, float>();
15
16
foreach(int length in new MultiplierRange(1, 1000, 10).And([0]))
17
{
0 commit comments