[CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot
authorGabor Marton <martongabesz@gmail.com>
Fri, 7 Dec 2018 17:36:44 +0000 (17:36 +0000)
committerGabor Marton <martongabesz@gmail.com>
Fri, 7 Dec 2018 17:36:44 +0000 (17:36 +0000)
llvm-svn: 348614

clang/test/Analysis/ctu-main.cpp

index 7a22f8c..44c0c07 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.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"