Skip to content

Commit 4f9065b

Browse files
committed
Merge pull request swiftlang#1 from fumoboy007/master
Change test to use updated `XCTestCaseProvider` protocol
2 parents bade6e5 + 3bf9f4e commit 4f9065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-xctest-package/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import XCTest
22

33
class MyXCTest : XCTestCase {
4-
var allTests : [(String, () -> ())] {
4+
var allTests : [(String, () throws -> ())] {
55
return []
66
}
77
}

0 commit comments

Comments
 (0)