Skip to content

Commit

Permalink
fix constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
computablee committed Nov 26, 2023
1 parent 8f9450d commit ca35b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotMP-Tests/CPUTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class CPUTests
/// Constructor to write output.
/// </summary>
/// <param name="output">Output object.</param>
public ParallelTests(ITestOutputHelper output)
public CPUTests(ITestOutputHelper output)
{
this.output = output;
}
Expand Down

0 comments on commit ca35b92

Please sign in to comment.