File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/SourceKit/CursorInfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ let strInterpolation = "This is a \(stringStr + "ing") interpolation"
843
843
// CHECK94-NEXT: Swift
844
844
// CHECK94-NEXT: <Group>String</Group>
845
845
// CHECK94-NEXT: SYSTEM
846
- // CHECK94-NEXT: <Declaration>@frozen @_eagerMove struct String</Declaration>
846
+ // CHECK94-NEXT: <Declaration>@frozen @_eagerMove @_addressableForDependencies struct String</Declaration>
847
847
848
848
// RUN: %sourcekitd-test -req=cursor -pos=231:6 %s -- -F %S/../Inputs/libIDE-mock-sdk -I %t.tmp %s | %FileCheck -check-prefix=CHECK95 %s
849
849
// CHECK95: <Declaration>func checkAnyIsAKeyword(x: Any)</Declaration>
@@ -859,7 +859,7 @@ let strInterpolation = "This is a \(stringStr + "ing") interpolation"
859
859
// CHECK96-NEXT: Swift
860
860
// CHECK96-NEXT: <Group>String</Group>
861
861
// CHECK96-NEXT: SYSTEM
862
- // CHECK96-NEXT: <Declaration>@frozen @_eagerMove struct String</Declaration>
862
+ // CHECK96-NEXT: <Declaration>@frozen @_eagerMove @_addressableForDependencies struct String</Declaration>
863
863
864
864
// RUN: %sourcekitd-test -req=cursor -pos=233:19 %s -- -F %S/../Inputs/libIDE-mock-sdk -I %t.tmp %s | %FileCheck -check-prefix=CHECK97 %s
865
865
// CHECK97: source.lang.swift.ref.struct
You can’t perform that action at this time.
0 commit comments