From fc8205e12d77bc4f1f1deb567db20f03ceed806c Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 6 Nov 2011 16:59:41 +0000 Subject: [PATCH] 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 --- test/Driver/crash-cleanup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1