Make this test actually test what its supposed to test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33369 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2007-01-19 21:06:38 +00:00
parent 34b12d24a0
commit 011cf09ddd

View File

@ -1,4 +1,5 @@
// RUN: %llvmgcc -S %s -o - /dev/null
// RUN: %llvmgcc -S %s -o - /dev/null 2>&1 > /dev/null | \
// RUN: not grep warning
// XFAIL: *
#define ATTR_BITS(N) __attribute__((bitwidth(N)))