File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Sources/SwiftSyntaxMacrosTestSupport Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,9 @@ public typealias DiagnosticSpec = SwiftSyntaxMacrosGenericTestSupport.Diagnostic
4646/// - testModuleName: The name of the test module to use.
4747/// - testFileName: The name of the test file name to use.
4848/// - indentationWidth: The indentation width used in the expansion.
49- ///
50- /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:file:line:)``
49+ /// - buildConfiguration: a build configuration that will be made available
50+ /// to the macro implementation
51+ /// - SeeAlso: ``assertMacroExpansion(_:expandedSource:diagnostics:macroSpecs:applyFixIts:fixedSource:testModuleName:testFileName:indentationWidth:buildConfiguration:file:line:)``
5152/// to also specify the list of conformances passed to the macro expansion.
5253public func assertMacroExpansion(
5354 _ originalSource: String ,
You can’t perform that action at this time.
0 commit comments