Skip to content

Commit 36fe40d

Browse files
authored
chore: move EmptyBenchmarkTests to integration tests (#2901)
1 parent ce39b58 commit 36fe40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.Tests/Running/RunningEmptyBenchmarkTests.cs renamed to tests/BenchmarkDotNet.IntegrationTests/RunningEmptyBenchmarkTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using System.Runtime.CompilerServices;
1313
using BenchmarkDotNet.Filters;
1414

15-
namespace BenchmarkDotNet.Tests.Running
15+
namespace BenchmarkDotNet.IntegrationTests
1616
{
1717
public class RunningEmptyBenchmarkTests
1818
{

0 commit comments

Comments
 (0)