From 41154c54d847a378249be6c5ee05c037af3dd9c0 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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348614 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 7a22f8c217..44c0c07603 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.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.40.0