Skip to content

Commit e4f73a2

Browse files
committed
Update see-also reference to new method name
1 parent f489962 commit e4f73a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Sources/SwiftSyntaxMacrosTestSupport/Assertions.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
5253
public func assertMacroExpansion(
5354
_ originalSource: String,

0 commit comments

Comments
 (0)