Skip to content

Commit caf636b

Browse files
committed
Fix typo throw --> thrown 🌚
1 parent 9485d18 commit caf636b

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)