Skip to content

Commit

Permalink
Test Runner fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Feb 26, 2017
1 parent 1713e41 commit 54e5134
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/Cosmos.TestRunner.Core/Engine.Running.cs
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ private void HandleRunning(DebugConnector debugConnector, Host host)
OutputHandler.SetKernelTestResult(true, null);
OutputHandler.SetKernelSucceededAssertionsCount(mSucceededAssertions);
}
else
{
KernelTestFailed();
}
}
finally
{
Expand Down

0 comments on commit 54e5134

Please sign in to comment.