diff options
| -rw-r--r-- | clang/test/Driver/crash-report.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index da1ff950fb9..caee7285bfe 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 |

