From 890c895fbc21fd869e599af03a387f0f89ee0ef2 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 16 Jul 2014 13:42:43 +0000 Subject: [PATCH] clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321] llvm-svn: 213150 --- clang/test/Driver/crash-report.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index da1ff95..caee728 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/test/Driver/crash-report.c @@ -10,6 +10,9 @@ // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s // REQUIRES: crash-recovery +// PR20321: diag invokes clang -E with -frewrite-includes. +// REQUIRES: rewriter + // because of the glob (*.c, *.sh) // REQUIRES: shell -- 2.7.4