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
46
46
/// - testModuleName: The name of the test module to use.
47
47
/// - testFileName: The name of the test file name to use.
48
48
/// - 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:)``
51
52
/// to also specify the list of conformances passed to the macro expansion.
52
53
public func assertMacroExpansion(
53
54
_ originalSource: String ,
You can’t perform that action at this time.
0 commit comments