diff options
| -rw-r--r-- | llvm/test/CFrontend/bit-accurate-int.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CFrontend/bit-accurate-int.c b/llvm/test/CFrontend/bit-accurate-int.c index a2138bc7d26..181ddb05a45 100644 --- a/llvm/test/CFrontend/bit-accurate-int.c +++ b/llvm/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))) |

