From: Eric Liu Date: Mon, 9 Jul 2018 09:17:25 +0000 (+0000) Subject: Try to fix build bot after r336524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ac30449eb6ff992f22e86c42ea7d626e4ef6973;p=clang Try to fix build bot after r336524 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336532 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/Core/index-macros.c b/test/Index/Core/index-macros.c index 9e38c44e99..61e7e76175 100644 --- a/test/Index/Core/index-macros.c +++ b/test/Index/Core/index-macros.c @@ -8,5 +8,5 @@ #undef X1 // CHECK: [[@LINE+2]]:1 | macro/C | DEF | c:index-macros.c@251@macro@DEF | Ref | -// CHECK: [[@LINE+1]]:5 | variable/C | i | c:@i | i | Def | rel: 0 +// CHECK: [[@LINE+1]]:5 | variable/C | i | c:@i | {{.*}} | Def | rel: 0 DEF(i);