Skip to content

Commit fb9f97a

Browse files
committed
Fix test
1 parent d800cfa commit fb9f97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Index/kinds.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class C1 {}
232232
// CHECK: [[@LINE+1]]:11 | type-alias/Swift | C1Alias | [[C1Alias_USR:.*]] | Def | rel: 0
233233
typealias C1Alias = C1
234234
// CHECK: [[@LINE+4]]:7 | class/Swift | SubC1 | [[SubC1_USR:.*]] | Def | rel: 0
235-
// CHECK: [[@LINE+3]]:15 | type-alias/Swift | C1Alias | [[C1Alias_USR]] | Ref | rel: 0
235+
// CHECK: [[@LINE+3]]:15 | type-alias/Swift | C1Alias | [[C1Alias_USR]] | Ref,RelBase | rel: 0
236236
// CHECK: [[@LINE+2]]:15 | class/Swift | C1 | [[C1_USR]] | Ref,Impl,RelBase | rel: 1
237237
// CHECK-NEXT: RelBase | class/Swift | SubC1 | [[SubC1_USR]]
238238
class SubC1 : C1Alias {}

0 commit comments

Comments
 (0)