diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-19 21:06:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-19 21:06:38 +0000 |
commit | 011cf09ddd3cf759de55ff1f95ef37a3f04c70c9 (patch) | |
tree | 88a63c67674728a3a66247dd5e1ffe35ea91b191 | |
parent | 34b12d24a0076d588154af9910ccaaba9b983f1a (diff) |
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
-rw-r--r-- | test/CFrontend/bit-accurate-int.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CFrontend/bit-accurate-int.c b/test/CFrontend/bit-accurate-int.c index a2138bc7d2..181ddb05a4 100644 --- a/test/CFrontend/bit-accurate-int.c +++ b/test/CFrontend/bit-accurate-int.c @@ -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))) |