Skip to content

Commit 90a250f

Browse files
committed
Sneaky little Debugger.Break() :-p
1 parent 1362bca commit 90a250f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xunit.runner.visualstudio.testadapter/VsTestRunner.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ void RunTests(IRunContext runContext, IFrameworkHandle frameworkHandle, LoggerHe
264264
Guard.ArgumentNotNull("runContext", runContext);
265265
Guard.ArgumentNotNull("frameworkHandle", frameworkHandle);
266266

267-
Debugger.Break();
268-
269267
var toDispose = new List<IDisposable>();
270268

271269
try

0 commit comments

Comments
 (0)