Make this test actually test what its supposed to test.

llvm-svn: 33369
This commit is contained in:
Reid Spencer 2007-01-19 21:06:38 +00:00
parent 77c15ded10
commit eaedf70eea
1 changed files with 2 additions and 1 deletions

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)))