summaryrefslogtreecommitdiff
path: root/Swift502Tests/Swift502Tests.swift
blob: 9c1a07f22878cde417641b0df68483f1b07b5f69 (plain) (blame)
1
2
3
4
5
6
7
import Testing

struct Swift502Tests {
    @Test func example() async throws {
        // Write your test here and use APIs like `#expect(...)` to check expected conditions.
    }
}