From eaedf70eea55bda4689f5ceaa73fed2e95143173 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Fri, 19 Jan 2007 21:06:38 +0000 Subject: Make this test actually test what its supposed to test. llvm-svn: 33369 --- llvm/test/CFrontend/bit-accurate-int.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/CFrontend') 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))) -- cgit v1.2.3