Skip to content

Commit 486f03f

Browse files
committed
Woops, broke debug
1 parent 19f2c86 commit 486f03f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

StackExchange.Redis.Tests/BasicOps.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
using StackExchange.Redis.KeyspaceIsolation;
44
using Xunit;
55
using Xunit.Abstractions;
6+
#if DEBUG
7+
using System.Diagnostics;
8+
using System.Threading;
9+
#endif
610

711
namespace StackExchange.Redis.Tests
812
{

0 commit comments

Comments
 (0)