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 a8e0f67 commit 6ec0206Copy full SHA for 6ec0206
src/StructLinq.Tests/WhereTests.cs
@@ -9,7 +9,7 @@ public class WhereTests : AbstractEnumerableTests<int>
9
{
10
protected override IEnumerable<int> Build(int size)
11
12
- return StructEnumerable.Range(-1, size).Where(x => x >= -1);
+ return StructEnumerable.Range(-1, size).Where(x => x >= -1, x=>x);
13
}
14
15
[Fact]
0 commit comments