Fix this up per llvm-gcc r109819.

llvm-svn: 109820
This commit is contained in:
Eric Christopher 2010-07-29 23:20:29 +00:00
parent 2e357b62bb
commit 2e276485cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: not %llvmgcc -std=gnu99 %s -S |& grep "error: alignment for"
// RUN: %llvmgcc_only -std=gnu99 %s -S |& grep "warning: alignment for"
int foo(int a)
{