File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
lib/ASTGen/Sources/ASTGen
test/Macros/DebugDescription Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -888,7 +888,7 @@ func expandAttachedMacroIPC(
888
888
889
889
let declSyntax = PluginMessage . Syntax (
890
890
syntax: Syntax ( declarationNode) ,
891
- in: customAttrSourceFilePtr
891
+ in: declarationSourceFilePtr
892
892
) !
893
893
894
894
let parentDeclSyntax : PluginMessage . Syntax ?
Original file line number Diff line number Diff line change 2
2
3
3
// RUN: %empty-directory(%t)
4
4
// RUN: %target-swift-frontend %s -swift-version 5 -module-name main -disable-availability-checking -typecheck -verify -plugin-path %swift-plugin-dir
5
+ // RUN: %target-swift-frontend %s -swift-version 5 -module-name main -disable-availability-checking -typecheck -verify -external-plugin-path %swift-plugin-dir#%swift-plugin-server
5
6
6
7
@DebugDescription
7
8
struct MyStruct {
You can’t perform that action at this time.
0 commit comments