mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Name and label changes for closure parameters (for review only) (#2981)"
This reverts commit 18406900ba.
This commit is contained in:
@@ -129,7 +129,7 @@ final class CodecTest<Codec : TestableUnicodeCodec> {
|
||||
) { $0 == $1 }
|
||||
|
||||
encodeIndex = encodeBuffer.startIndex
|
||||
Codec.encode(scalar, into: encodeOutput)
|
||||
Codec.encode(scalar, sendingOutputTo: encodeOutput)
|
||||
expectEqual(
|
||||
nsEncoded, encodeBuffer[0..<encodeIndex],
|
||||
"Decoding failed: \(asHex(nsEncoded)) => " +
|
||||
|
||||
Reference in New Issue
Block a user