Skip to content

Fix XCTestCase typos #105

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
May 9, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/XCTest/XCTAssert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private func _XCTEvaluateAssertion(_ assertion: _XCTAssertion, message: @autoclo
/// }
/// ```
///
/// Calling this assertion will cause XCTest to report the failure occured
/// Calling this assertion will cause XCTest to report the failure occurred
/// in the file where `AssertEmpty()` is defined, and on the line where
/// `XCTAssertEqual` is called from within that function:
///
Expand Down
2 changes: 1 addition & 1 deletion Sources/XCTest/XCTestCase.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class XCTestCase: XCTest {

// FIXME: Apple XCTest does not throw a fatal error and crash the test
// process, it merely prevents the remainder of a testClosure
// from execting after it's been determined that it has already
// from expecting after it's been determined that it has already
// failed. The following behavior is incorrect.
// FIXME: No regression tests exist for this feature. We may break it
// without ever realizing.
Expand Down
2 changes: 1 addition & 1 deletion Sources/XCTest/XCTestCaseSuite.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
//
// XCTestCaseSuite.swift
// A test suite associated with a paticular test case class.
// A test suite associated with a particular test case class.
//

#if os(Linux) || os(FreeBSD)
Expand Down