File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ func buildPrinter(
90
90
makeCaller ( )
91
91
}
92
92
93
- // CHECK: macro@MacroUser/macro_default_argument_enabled .swift#[[# @LINE + 1]]
93
+ // CHECK: macro@MacroUser/macro_default_argument_source_location .swift#[[# @LINE + 1]]
94
94
let printWithFileLine = buildPrinter { }
95
95
96
96
@main struct Main {
@@ -119,9 +119,9 @@ let printWithFileLine = buildPrinter { }
119
119
printCurrentLineDefinedAtAnotherModule ( )
120
120
// CHECK: MacroUser/with_macro_default_arg_same_module.swift
121
121
printAnotherFileName ( )
122
- // CHECK: MacroUser/macro_default_argument_enabled .swift
122
+ // CHECK: MacroUser/macro_default_argument_source_location .swift
123
123
printCurrentFileDefinedAtAnotherFile ( )
124
- // CHECK: MacroUser/macro_default_argument_enabled .swift
124
+ // CHECK: MacroUser/macro_default_argument_source_location .swift
125
125
printCurrentFileDefinedInAnotherModuleInterface ( )
126
126
// CHECK: true
127
127
sameFileID ( )
You can’t perform that action at this time.
0 commit comments