Skip to content

Commit

Permalink
Okay, now it's just being picky.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere committed May 9, 2024
1 parent 7daa824 commit 57a4856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/test/Ice/optional/AllTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1849,7 +1849,7 @@ func allTests(_ helper: TestHelper) throws -> InitialPrx {
let inEncaps = ostr.finished()
let result = try initial.ice_invoke(
operation: "opOneOptional", mode: .Normal, inEncaps: inEncaps)
var istr = Ice.InputStream(communicator: communicator, bytes: result.outEncaps)
let istr = Ice.InputStream(communicator: communicator, bytes: result.outEncaps)
_ = try istr.startEncapsulation()
var v1: Ice.Value?
try istr.read { v1 = $0 }
Expand Down

0 comments on commit 57a4856

Please sign in to comment.