Skip to content

Commit 00a34b8

Browse files
committed
Drop unnecessary async
1 parent 4439069 commit 00a34b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Java2SwiftTests/Java2SwiftTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Java2SwiftTests: XCTestCase {
5151
)
5252
}
5353

54-
func testEnum() async throws {
54+
func testEnum() throws {
5555
try assertTranslatedClass(
5656
JavaMonth.self,
5757
swiftTypeName: "Month",

0 commit comments

Comments
 (0)