Skip to content

Commit

Permalink
Fix Swift test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Aug 1, 2024
1 parent 52094e8 commit c2d334e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions swift/test/Ice/ami/AllTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ func allTests(_ helper: TestHelper, collocated: Bool = false) async throws {
let p = try makeProxy(
communicator: communicator, proxyString: "test:\(helper.getTestEndpoint(num: 0))", type: TestIntfPrx.self)

let testController = try makeProxy(
communicator: communicator,
proxyString: "testController:\(helper.getTestEndpoint(num: 1))",
type: TestIntfControllerPrx.self)

output.write("testing async invocation...")
do {
let ctx: [String: String] = [:]
Expand Down

0 comments on commit c2d334e

Please sign in to comment.