From b56013dda5371aa32a634bc59878f754b537f874 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Sat, 8 Jan 2005 23:44:03 +0000 Subject: [PATCH] Test fails on all platforms, not just linux git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19405 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2004-03-07-BitfieldCrash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CFrontend/2004-03-07-BitfieldCrash.c b/test/CFrontend/2004-03-07-BitfieldCrash.c index e82ea139d41..438555b5a3a 100644 --- a/test/CFrontend/2004-03-07-BitfieldCrash.c +++ b/test/CFrontend/2004-03-07-BitfieldCrash.c @@ -1,7 +1,7 @@ // RUN: %llvmgcc -S %s -o /dev/null /* - * XFAIL: linux + * XFAIL: * */ struct s { unsigned long long u33: 33; -- 2.34.1