r336532 - Try to fix build bot after r336524
Eric Liu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 9 02:17:25 PDT 2018
Author: ioeric
Date: Mon Jul 9 02:17:25 2018
New Revision: 336532
URL: http://llvm.org/viewvc/llvm-project?rev=336532&view=rev
Log:
Try to fix build bot after r336524
Modified:
cfe/trunk/test/Index/Core/index-macros.c
Modified: cfe/trunk/test/Index/Core/index-macros.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/Core/index-macros.c?rev=336532&r1=336531&r2=336532&view=diff
==============================================================================
--- cfe/trunk/test/Index/Core/index-macros.c (original)
+++ cfe/trunk/test/Index/Core/index-macros.c Mon Jul 9 02:17:25 2018
@@ -8,5 +8,5 @@
#undef X1
// CHECK: [[@LINE+2]]:1 | macro/C | DEF | c:index-macros.c at 251@macro at 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);
More information about the cfe-commits
mailing list