Turn this test on again after the llvm-gcc change in r108986.

llvm-svn: 108987
This commit is contained in:
Eric Christopher 2010-07-21 04:54:06 +00:00
parent 8d95d26eb1
commit 690aa72437
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
// RUN: true
// %llvmgcc -std=gnu99 %s -S |& grep {error: "is greater than the stack alignment" }
// RUN: not %llvmgcc -std=gnu99 %s -S |& grep "error: alignment for"
int foo(int a)
{