File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ ms.favoriteColor = "Yellow"
96
96
struct MyBrokenStruct {
97
97
var _birthDate : MyWrapperThingy < Date ? > = . init( storage: nil )
98
98
99
- // expected-note@+1 2{{in expansion of macro 'myPropertyWrapper' on property 'birthDate' here }}
99
+ // expected-note@+1 2{{in expansion of macro 'myPropertyWrapper'}}
100
100
@myPropertyWrapper
101
101
var birthDate : Date ? {
102
102
// CHECK-DIAGS: variable already has a getter
@@ -113,7 +113,7 @@ struct MyBrokenStruct {
113
113
}
114
114
}
115
115
116
- // expected-error@+1{{'accessor' macro cannot be attached to struct ('CannotHaveAccessors') }}
116
+ // expected-error@+1{{'accessor' macro cannot be attached to struct}}
117
117
@myPropertyWrapper
118
118
struct CannotHaveAccessors { }
119
119
// CHECK-DIAGS: 'accessor' macro cannot be attached to struct
You can’t perform that action at this time.
0 commit comments