From 30388d6485e8d2afd48cabffc64e921d0585e8ba Mon Sep 17 00:00:00 2001 From: Gabor Marton Date: Fri, 7 Dec 2018 17:36:44 +0000 Subject: [PATCH] [CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot llvm-svn: 348614 --- clang/test/Analysis/ctu-main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/Analysis/ctu-main.cpp b/clang/test/Analysis/ctu-main.cpp index 7a22f8c..44c0c07 100644 --- a/clang/test/Analysis/ctu-main.cpp +++ b/clang/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.ast -// CHECK: CTU loaded AST file: {{.*}}/ctu-chain.cpp.ast +// CHECK: CTU loaded AST file: {{.*}}ctu-other.cpp.ast +// CHECK: CTU loaded AST file: {{.*}}ctu-chain.cpp.ast #include "ctu-hdr.h" -- 2.7.4