Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Satisfy xunit analyzer again
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer committed Jun 29, 2018
1 parent 0058cbb commit 9d5542d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static bool Test(int index, bool isXunitBenchmark)
// Entrypoint for xunit-perf to call the benchmark
[Benchmark]
[MemberData(nameof(ArrayedBoxedIndicesToTest))]
public static bool Test(object boxedIndex)
public static bool TestWithXunit(object boxedIndex)
{
return Test((int)boxedIndex, true);
}
Expand Down

0 comments on commit 9d5542d

Please sign in to comment.