diff options
| author | Reid Kleckner <rnk@google.com> | 2018-06-11 16:50:07 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2018-06-11 16:50:07 +0000 |
| commit | 03ab0fccc10852c55c0a348bacdd9551c67e676d (patch) | |
| tree | e0cbb3d4e5844afd8a3759a5fa1da2abf5f8d169 /clang/test/Driver/crash-report-header.h | |
| parent | 3513fdcc0fa16ef7933b43a129de568b161ab628 (diff) | |
| download | bcm5719-llvm-03ab0fccc10852c55c0a348bacdd9551c67e676d.tar.gz bcm5719-llvm-03ab0fccc10852c55c0a348bacdd9551c67e676d.zip | |
Enable crash recovery tests on Windows, globs work in the lit internal shell now
llvm-svn: 334418
Diffstat (limited to 'clang/test/Driver/crash-report-header.h')
| -rw-r--r-- | clang/test/Driver/crash-report-header.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Driver/crash-report-header.h b/clang/test/Driver/crash-report-header.h index e0193cbe45e..3580b60029b 100644 --- a/clang/test/Driver/crash-report-header.h +++ b/clang/test/Driver/crash-report-header.h @@ -5,9 +5,6 @@ // RUN: cat %t/crash-report-header-*.sh | FileCheck --check-prefix=CHECKSH "%s" // REQUIRES: crash-recovery -// because of the glob (*.h, *.sh) -// REQUIRES: shell - #pragma clang __debug parser_crash // CHECK: Preprocessed source(s) and associated run script(s) are located at: // CHECK-NEXT: note: diagnostic msg: {{.*}}.h |

