diff options
Diffstat (limited to 'test/Index/Core/index-with-module.m')
-rw-r--r-- | test/Index/Core/index-with-module.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/Core/index-with-module.m b/test/Index/Core/index-with-module.m index 03fd5cd5b8d3..e50b247e8d57 100644 --- a/test/Index/Core/index-with-module.m +++ b/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(); } |