test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test!

llvm-svn: 159615
This commit is contained in:
Richard Smith 2012-07-02 23:11:27 +00:00
parent 34263a0c95
commit 16830043fa
1 changed files with 1 additions and 1 deletions

View 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