Skip to content

Commit 7fad0d5

Browse files
committed
[test] adjust syntax test
1 parent 6fa2bf0 commit 7fad0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SourceKit/CursorInfo/cursor_info.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ let strInterpolation = "This is a \(stringStr + "ing") interpolation"
843843
// CHECK94-NEXT: Swift
844844
// CHECK94-NEXT: <Group>String</Group>
845845
// CHECK94-NEXT: SYSTEM
846-
// CHECK94-NEXT: <Declaration>@frozen @_eagerMove struct String</Declaration>
846+
// CHECK94-NEXT: <Declaration>@frozen @_eagerMove @_addressableForDependencies struct String</Declaration>
847847

848848
// RUN: %sourcekitd-test -req=cursor -pos=231:6 %s -- -F %S/../Inputs/libIDE-mock-sdk -I %t.tmp %s | %FileCheck -check-prefix=CHECK95 %s
849849
// CHECK95: <Declaration>func checkAnyIsAKeyword(x: Any)</Declaration>
@@ -859,7 +859,7 @@ let strInterpolation = "This is a \(stringStr + "ing") interpolation"
859859
// CHECK96-NEXT: Swift
860860
// CHECK96-NEXT: <Group>String</Group>
861861
// CHECK96-NEXT: SYSTEM
862-
// CHECK96-NEXT: <Declaration>@frozen @_eagerMove struct String</Declaration>
862+
// CHECK96-NEXT: <Declaration>@frozen @_eagerMove @_addressableForDependencies struct String</Declaration>
863863

864864
// RUN: %sourcekitd-test -req=cursor -pos=233:19 %s -- -F %S/../Inputs/libIDE-mock-sdk -I %t.tmp %s | %FileCheck -check-prefix=CHECK97 %s
865865
// CHECK97: source.lang.swift.ref.struct

0 commit comments

Comments
 (0)