Skip to content

Commit

Permalink
Add missing 'break' in switch statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
landonf committed Jul 2, 2015
1 parent e2dd571 commit 56a6704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/runners/XCTestRunner/XCTestRunner.mm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static void _methodImpl_runTest (XCTestCase *self, SEL _cmd) {
case ResultWas::FatalErrorCondition:
cause = "an unexpected error occured";
expected = false;

break;

case ResultWas::Info:
cause = "info";
Expand Down

0 comments on commit 56a6704

Please sign in to comment.