Skip to content

Commit 5299326

Browse files
committed
Remove debris from test case
1 parent 2fbdad7 commit 5299326

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/Concurrency/preconcurrency_typealias.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ struct Outer {
1212

1313
@preconcurrency func preconcurrencyFunc(callback: FN) {}
1414

15-
func usage() {
16-
}
17-
18-
func usageAsync() async {
19-
}
20-
21-
2215
func test() {
2316
var _: Outer.FN = {
2417
f()

0 commit comments

Comments
 (0)