]> granicus.if.org Git - clang/commitdiff
test/Driver/crash-report.c: don't fail if there are no files left behind by a previou...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 2 Jul 2012 23:11:27 +0000 (23:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 2 Jul 2012 23:11:27 +0000 (23:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159615 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/crash-report.c

index 75340035dd5a4e024bc444172f45488565c684ed..013877c55167aacc37dbffb76470d13aa2f7481f 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: rm %T/crash-report-*.c %T/crash-report-*.sh
+// RUN: rm -f %T/crash-report-*.c %T/crash-report-*.sh
 // RUN: TMP=%T %clang -fsyntax-only %s -DFOO=BAR 2>&1 | FileCheck %s
 // RUN: FileCheck --check-prefix=CHECKSRC %s < %T/crash-report-*.c
 // RUN: FileCheck --check-prefix=CHECKSH %s < %T/crash-report-*.sh