Skip to content

Commit f5b46fb

Browse files
committed
[test/index] Update test case for upstream change
1 parent 2e92a5a commit f5b46fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Index/Inputs/cross_language.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ void test1() {
3232
id<MyProt> p;
3333
// CHECK: [[@LINE-1]]:6 | protocol/Swift | MyProt | [[MyProt_USR]] |
3434
[p someProtMeth];
35-
// CHECK: [[@LINE-1]]:6 | instance-method/Swift | someProtMeth | [[MyProt_someProtMeth_USR]] |
35+
// CHECK: [[@LINE-1]]:6 | instance-method(protocol)/Swift | someProtMeth | [[MyProt_someProtMeth_USR]] |
3636

3737
MyEnum myenm = MyEnumSomeEnumConst;
3838
// CHECK: [[@LINE-1]]:3 | enum/Swift | MyEnum | [[MyEnum_USR]] |

0 commit comments

Comments
 (0)