From 9ac30449eb6ff992f22e86c42ea7d626e4ef6973 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 9 Jul 2018 09:17:25 +0000 Subject: [PATCH] Try to fix build bot after r336524 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336532 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Index/Core/index-macros.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1