mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
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
This commit is contained in:
parent
34b12d24a0
commit
011cf09ddd
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user