Author: Balazs Benics
Date: 2021-03-10T13:07:49+01:00
New Revision: a94ac467c2974d9afe68f3fe6cff27bd19bcfad0

URL: 
https://github.com/llvm/llvm-project/commit/a94ac467c2974d9afe68f3fe6cff27bd19bcfad0
DIFF: 
https://github.com/llvm/llvm-project/commit/a94ac467c2974d9afe68f3fe6cff27bd19bcfad0.diff

LOG: [analyzer][CTU][NFC] Fix "Add an extra regression test"

As thakis reported, I will replace `rm -r` by `rm -rf`.
I hope it fixes the build bot.

Added: 
    

Modified: 
    clang/test/Analysis/ctu-inherited-default-ctor.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Analysis/ctu-inherited-default-ctor.cpp 
b/clang/test/Analysis/ctu-inherited-default-ctor.cpp
index e3e7744e493c..7c208a86ba93 100644
--- a/clang/test/Analysis/ctu-inherited-default-ctor.cpp
+++ b/clang/test/Analysis/ctu-inherited-default-ctor.cpp
@@ -1,6 +1,6 @@
 // Should not crash with '-analyzer-opt-analyze-headers' option during CTU 
analysis.
 //
-// RUN: rm -r %t && mkdir -p %t/ctudir
+// RUN: rm -rf %t && mkdir -p %t/ctudir
 // RUN: %clang_cc1 -std=c++14 -triple x86_64-pc-linux-gnu \
 // RUN:   -emit-pch -o %t/ctudir/ctu-inherited-default-ctor-other.cpp.ast \
 // RUN:    %S/Inputs/ctu-inherited-default-ctor-other.cpp


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to