Skip to content

[XCTestCase] Fix missing open paren for unexpected #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 22, 2015

Conversation

modocache
Copy link
Contributor

When executing a test case with a single failure, the following output is produced:

Executed 1 test, with 1 failure 0 unexpected) in 0.0 (0.0) seconds

Add an opening parenthesis for 0 unexpected), to instead output (0 unexpected).

When executing a test case with a single failure, the following output is produced:

```
Executed 1 test, with 1 failure 0 unexpected) in 0.0 (0.0) seconds
```

Add an opening parenthesis for `0 unexpected)`, to instead output `(0 unexpected)`.
eschaton added a commit that referenced this pull request Dec 22, 2015
[XCTestCase] Fix missing open paren for unexpected
@eschaton eschaton merged commit 75d601c into swiftlang:master Dec 22, 2015
@modocache modocache deleted the patch-2 branch December 26, 2015 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants