Skip to content

Commit a93b880

Browse files
committed
[IDE] Also add missing tests from swiftlang#80668
1 parent d10c305 commit a93b880

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IDE/complete_decl_attribute.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ actor MyGenericGlobalActor<T> {
112112
// KEYWORD2-NEXT: Keyword/None: preconcurrency[#Func Attribute#]; name=preconcurrency
113113
// KEYWORD2-NEXT: Keyword/None: backDeployed[#Func Attribute#]; name=backDeployed
114114
// KEYWORD2-NEXT: Keyword/None: lifetime[#Func Attribute#]; name=lifetime
115+
// KEYWORD2-NEXT: Keyword/None: concurrent[#Func Attribute#]; name=concurrent
115116
// KEYWORD2-NOT: Keyword
116117
// KEYWORD2-DAG: Decl[Struct]/CurrModule: MyStruct[#MyStruct#]; name=MyStruct
117118
// KEYWORD2-DAG: Decl[Struct]/CurrModule: MyPropertyWrapper[#Property Wrapper#]; name=MyPropertyWrapper

0 commit comments

Comments
 (0)