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.c | |
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.c')
-rw-r--r-- | clang/test/Driver/crash-report.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index a3f1f9e72a5..d9bc2aa820b 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/test/Driver/crash-report.c @@ -13,9 +13,6 @@ // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s // REQUIRES: crash-recovery -// because of the glob (*.c, *.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: {{.*}}crash-report-{{.*}}.c |