From 8729fbb99938e37592bb82276f0b3be59dfeec94 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 17 Aug 2021 12:28:16 +0200 Subject: [PATCH] also remove test.cpp --- debian/qualify-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/qualify-clang.sh b/debian/qualify-clang.sh index f8de5e60..bc571f00 100755 --- a/debian/qualify-clang.sh +++ b/debian/qualify-clang.sh @@ -1494,6 +1494,6 @@ fi #clean up rm -f a.out bar crash-* foo foo.* lldb-cmd.txt main.* test_fuzzer.cc foo.* o -rm -rf output matmul.* *profraw opt.ll a.json default.profdata test +rm -rf output matmul.* *profraw opt.ll a.json default.profdata test test.cpp echo "Completed"