[cfe-commits] r159615 - /cfe/trunk/test/Driver/crash-report.c

Richard Smith richard-llvm at metafoo.co.uk
Mon Jul 2 16:11:27 PDT 2012


Author: rsmith
Date: Mon Jul  2 18:11:27 2012
New Revision: 159615

URL: http://llvm.org/viewvc/llvm-project?rev=159615&view=rev
Log:
test/Driver/crash-report.c: don't fail if there are no files left behind by a previous run of this test!

Modified:
    cfe/trunk/test/Driver/crash-report.c

Modified: cfe/trunk/test/Driver/crash-report.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/crash-report.c?rev=159615&r1=159614&r2=159615&view=diff
==============================================================================
--- cfe/trunk/test/Driver/crash-report.c (original)
+++ cfe/trunk/test/Driver/crash-report.c Mon Jul  2 18:11:27 2012
@@ -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





More information about the cfe-commits mailing list