forked from OSchip/llvm-project
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:
parent
34263a0c95
commit
16830043fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue