]> granicus.if.org Git - clang/commitdiff
[CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot
authorGabor Marton <martongabesz@gmail.com>
Fri, 7 Dec 2018 16:27:31 +0000 (16:27 +0000)
committerGabor Marton <martongabesz@gmail.com>
Fri, 7 Dec 2018 16:27:31 +0000 (16:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348609 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/ctu-main.cpp

index a978329ad852cbfdd6db9218a49d6a8635ac85bf..7a22f8c2176f7019fe7ddf40886519f4b4ceb338 100644 (file)
@@ -16,8 +16,8 @@
 // RUN:   -analyzer-config ctu-dir=%t/ctudir \
 // RUN:   -analyzer-config display-ctu-progress=true 2>&1 %s | FileCheck %s
 
-// CHECK: CTU loaded AST file: {{.*}}/ctu-other.cpp
-// CHECK: CTU loaded AST file: {{.*}}/ctu-chain.cpp
+// CHECK: CTU loaded AST file: {{.*}}/ctu-other.cpp.ast
+// CHECK: CTU loaded AST file: {{.*}}/ctu-chain.cpp.ast
 
 #include "ctu-hdr.h"