Skip to content

Commit 8d92f11

Browse files
committed
Update IDE test for removal of @expression and @declaration
1 parent af7ce9e commit 8d92f11

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/IDE/complete_decl_attribute.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ struct _S {
315315
// ON_MEMBER_LAST-DAG: Keyword/None: typeWrapper[#Declaration Attribute#]; name=typeWrapper
316316
// ON_MEMBER_LAST-DAG: Keyword/None: typeWrapperIgnored[#Declaration Attribute#]; name=typeWrapperIgnored
317317
// ON_MEMBER_LAST-DAG: Keyword/None: runtimeMetadata[#Declaration Attribute#]; name=runtimeMetadata
318-
// ON_MEMBER_LAST-DAG: Keyword/None: expression[#Declaration Attribute#]; name=expression
319-
// ON_MEMBER_LAST-DAG: Keyword/None: declaration[#Declaration Attribute#]; name=declaration
320318
// ON_MEMBER_LAST-DAG: Keyword/None: attached[#Declaration Attribute#]; name=attached
321319
// ON_MEMBER_LAST-NOT: Keyword
322320
// ON_MEMBER_LAST-DAG: Decl[Struct]/CurrModule: MyStruct[#MyStruct#]; name=MyStruct
@@ -390,8 +388,6 @@ func dummy2() {}
390388
// KEYWORD_LAST-DAG: Keyword/None: typeWrapper[#Declaration Attribute#]; name=typeWrapper
391389
// KEYWORD_LAST-DAG: Keyword/None: typeWrapperIgnored[#Declaration Attribute#]; name=typeWrapperIgnored
392390
// KEYWORD_LAST-DAG: Keyword/None: runtimeMetadata[#Declaration Attribute#]; name=runtimeMetadata
393-
// KEYWORD_LAST-DAG: Keyword/None: expression[#Declaration Attribute#]; name=expression
394-
// KEYWORD_LAST-DAG: Keyword/None: declaration[#Declaration Attribute#]; name=declaration
395391
// KEYWORD_LAST-DAG: Keyword/None: attached[#Declaration Attribute#]; name=attached
396392
// KEYWORD_LAST-NOT: Keyword
397393
// KEYWORD_LAST-DAG: Decl[Struct]/CurrModule: MyStruct[#MyStruct#]; name=MyStruct

0 commit comments

Comments
 (0)