From 5ac259b653c4bcf25cb9ffc791de11d53e4f0a7a Mon Sep 17 00:00:00 2001 From: Gabor Marton Date: Fri, 7 Dec 2018 16:27:31 +0000 Subject: [PATCH] [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 --- test/Analysis/ctu-main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.40.0