We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a679f commit 511ad7dCopy full SHA for 511ad7d
Sources/Testing/Expectations/ExpectationChecking+Macro.swift
@@ -230,6 +230,7 @@ extension __ExpectationContext {
230
/// A class that manages the lifetimes of any temporary C strings created in
231
/// the context of an expectation.
232
private final class _TransformedCStrings {
233
+ /// The set of temporary C strings managed by this instance.
234
var values = [UnsafeMutablePointer<CChar>]()
235
236
deinit {
0 commit comments