diff options
-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; |