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@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);


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to