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"
9696struct MyBrokenStruct {
9797 var _birthDate : MyWrapperThingy < Date ? > = . init( storage: nil )
9898
99- // expected-note@+1 2{{in expansion of macro 'myPropertyWrapper' on property 'birthDate' here }}
99+ // expected-note@+1 2{{in expansion of macro 'myPropertyWrapper'}}
100100 @myPropertyWrapper
101101 var birthDate : Date ? {
102102 // CHECK-DIAGS: variable already has a getter
@@ -113,7 +113,7 @@ struct MyBrokenStruct {
113113 }
114114}
115115
116- // expected-error@+1{{'accessor' macro cannot be attached to struct ('CannotHaveAccessors') }}
116+ // expected-error@+1{{'accessor' macro cannot be attached to struct}}
117117@myPropertyWrapper
118118struct CannotHaveAccessors { }
119119// CHECK-DIAGS: 'accessor' macro cannot be attached to struct
You can’t perform that action at this time.
0 commit comments