diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-06 16:59:41 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-11-06 16:59:41 +0000 |
commit | fc8205e12d77bc4f1f1deb567db20f03ceed806c (patch) | |
tree | 2125ec8dfe8c8cbc33815e1d8dd17cfc393a8442 | |
parent | 7902d766dea6366b84bf65c671f1cbd7b31b9388 (diff) |
test/Driver/crash-cleanup.c: Remove "XFAIL: mingw32" corresponding to r143876.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143877 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/crash-cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/crash-cleanup.c b/test/Driver/crash-cleanup.c index 11370924ac..218fcc64c7 100644 --- a/test/Driver/crash-cleanup.c +++ b/test/Driver/crash-cleanup.c @@ -4,6 +4,6 @@ // REQUIRES: shell // REQUIRES: crash-recovery -// XFAIL: darwin,mingw32 +// XFAIL: darwin #pragma clang __debug crash |