diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-08 23:44:03 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-08 23:44:03 +0000 |
commit | b56013dda5371aa32a634bc59878f754b537f874 (patch) | |
tree | 94ef5b0146a937f318d2fa9f1f97a4eb0c4bed48 | |
parent | 64e14b1679fa3649b286402ea254d663ac43ef91 (diff) |
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
-rw-r--r-- | test/CFrontend/2004-03-07-BitfieldCrash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2004-03-07-BitfieldCrash.c b/test/CFrontend/2004-03-07-BitfieldCrash.c index e82ea139d4..438555b5a3 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; |