Skip to content

Commit 191e52f

Browse files
committed
Switch test target to use XCTest to support testing older toolchains
1 parent 5967865 commit 191e52f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import Testing
1+
import XCTest
22

3-
@Test func example() async throws {
4-
}
3+
class TargetsTests: XCTestCase {
4+
func testExample() {
5+
}
6+
}

0 commit comments

Comments
 (0)