[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.
This commit is contained in:
Balazs Benics 2021-03-10 13:07:49 +01:00
parent 45da495f73
commit a94ac467c2
1 changed files with 1 additions and 1 deletions

View File

@ -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