Skip to content

Commit 16ddd05

Browse files
committed
Merge pull request #278 from runhum/fix-typo
Fix typo throw --> thrown
2 parents 7fb5f9e + caf636b commit 16ddd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Build/DescribeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class DescribeTests: XCTestCase {
2424
let _ = try describe("foo", .Debug, [], [], [], Xcc: [], Xld: [], Xswiftc: [], toolchain: InvalidToolchain())
2525
XCTFail("This call should throw")
2626
} catch Build.Error.NoModules {
27-
XCTAssert(true, "This error should be throw")
27+
XCTAssert(true, "This error should be thrown")
2828
} catch {
2929
XCTFail("No other error should be thrown")
3030
}

0 commit comments

Comments
 (0)