From: Gabor Marton Date: Fri, 7 Dec 2018 16:27:31 +0000 (+0000) Subject: [CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac259b653c4bcf25cb9ffc791de11d53e4f0a7a;p=clang [CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348609 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/ctu-main.cpp b/test/Analysis/ctu-main.cpp index a978329ad8..7a22f8c217 100644 --- a/test/Analysis/ctu-main.cpp +++ b/test/Analysis/ctu-main.cpp @@ -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"