From: Reid Spencer Date: Fri, 19 Jan 2007 21:06:38 +0000 (+0000) Subject: Make this test actually test what its supposed to test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=011cf09ddd3cf759de55ff1f95ef37a3f04c70c9;p=oota-llvm.git 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 --- diff --git a/test/CFrontend/bit-accurate-int.c b/test/CFrontend/bit-accurate-int.c index a2138bc7d26..181ddb05a45 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)))