Skip to content

Commit 78279cc

Browse files
committed
chore: move EmptyBenchmarkTests to integration tests
1 parent c1359cb commit 78279cc

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)