diff options
Diffstat (limited to 'clang/test/Index/Core/index-with-module.m')
-rw-r--r-- | clang/test/Index/Core/index-with-module.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/Core/index-with-module.m b/clang/test/Index/Core/index-with-module.m index 03fd5cd5b8d..e50b247e8d5 100644 --- a/clang/test/Index/Core/index-with-module.m +++ b/clang/test/Index/Core/index-with-module.m @@ -7,6 +7,6 @@ #include "ModA.h" void foo() { - // CHECK: [[@LINE+1]]:3 | function/C | ModA_func | c:@F@ModA_func | {{.*}} | Ref,Call,RelCall | rel: 1 + // CHECK: [[@LINE+1]]:3 | function/C | ModA_func | c:@F@ModA_func | {{.*}} | Ref,Call,RelCall,RelCont | rel: 1 ModA_func(); } |