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 38512df commit 8da1edcCopy full SHA for 8da1edc
StatePrinter.Tests/PerformanceTests/ManySmallObjects.cs
@@ -27,7 +27,7 @@ namespace StatePrinting.Tests.PerformanceTests
27
{
28
[TestFixture]
29
[Explicit]
30
- class ManySmallObjects : PerformanceTestsBase
+ public class ManySmallObjects : PerformanceTestsBase
31
32
const int N = 1000000;
33
StatePrinter.Tests/PerformanceTests/PerformanceTestsBase.cs
@@ -24,7 +24,7 @@
24
namespace StatePrinting.Tests.PerformanceTests
25
26
- abstract class PerformanceTestsBase
+ public abstract class PerformanceTestsBase
[SetUp]
public void Setup()
0 commit comments