Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Commit

Permalink
Fix "Unreachable code" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Nov 26, 2018
1 parent 750febf commit 0029561
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NUnitLite-1.0.0/src/framework/Runner/ResultReporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,12 @@ public void PrintNotRunReport()
{
#if MONO
return;
#endif
#else
reportCount = 0;
writer.WriteLine();
writer.WriteLine("Tests Not Run:");
PrintNotRunResults(this.result);
#endif
}

#if MONO
Expand Down

0 comments on commit 0029561

Please sign in to comment.