diff options
Diffstat (limited to 'clang/test/Driver/crash-cleanup.c')
-rw-r--r-- | clang/test/Driver/crash-cleanup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/clang/test/Driver/crash-cleanup.c b/clang/test/Driver/crash-cleanup.c deleted file mode 100644 index b994bd85a30..00000000000 --- a/clang/test/Driver/crash-cleanup.c +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: not %clang -o %t.o -MMD -MF %t.d %s -// RUN: test ! -f %t.o -// RUN: test ! -f %t.d -// REQUIRES: shell -// REQUIRES: crash-recovery - -// XFAIL: * - -#pragma clang __debug crash |