Skip to content

Commit 35d4a9d

Browse files
committed
[CodeCompletion] Fix up code completion tests for '@apex'
1 parent c6eb493 commit 35d4a9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/IDE/complete_decl_attribute.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ struct _S {
255255
// ON_MEMBER_LAST-DAG: Keyword/None: transpose[#Declaration Attribute#]; name=transpose
256256
// ON_MEMBER_LAST-DAG: Keyword/None: noDerivative[#Declaration Attribute#]; name=noDerivative
257257
// ON_MEMBER_LAST-DAG: Keyword/None: concurrent[#Declaration Attribute#]; name=concurrent
258+
// ON_MEMBER_LAST-DAG: Keyword/None: apex[#Declaration Attribute#]; name=apex
258259
// ON_MEMBER_LAST-NOT: Keyword
259260
// ON_MEMBER_LAST: Decl[Struct]/CurrModule: MyStruct[#MyStruct#]; name=MyStruct
260261
// ON_MEMBER_LAST-NOT: Decl[PrecedenceGroup]
@@ -306,6 +307,7 @@ func dummy2() {}
306307
// KEYWORD_LAST-DAG: Keyword/None: transpose[#Declaration Attribute#]; name=transpose
307308
// KEYWORD_LAST-DAG: Keyword/None: noDerivative[#Declaration Attribute#]; name=noDerivative
308309
// KEYWORD_LAST-DAG: Keyword/None: concurrent[#Declaration Attribute#]; name=concurrent
310+
// KEYWORD_LAST-DAG: Keyword/None: apex[#Declaration Attribute#]; name=apex
309311
// KEYWORD_LAST-NOT: Keyword
310312
// KEYWORD_LAST: Decl[Struct]/CurrModule: MyStruct[#MyStruct#]; name=MyStruct
311313
// KEYWORD_LAST: End completions

0 commit comments

Comments
 (0)