summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-29 23:20:29 +0000
committerEric Christopher <echristo@apple.com>2010-07-29 23:20:29 +0000
commit07f4eda3a524bdc245a088dc90a71583234273b9 (patch)
tree1c36d09a81168991cb805fdceddb5a166f15001e /test
parent432ab2a10cbdfb9a5f56c2949e43e2805fa636ec (diff)
downloadllvm-07f4eda3a524bdc245a088dc90a71583234273b9.tar.gz
llvm-07f4eda3a524bdc245a088dc90a71583234273b9.tar.bz2
llvm-07f4eda3a524bdc245a088dc90a71583234273b9.tar.xz
Fix this up per llvm-gcc r109819.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109820 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC/vla-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/vla-1.c b/test/FrontendC/vla-1.c
index 46d9a0765e..db1d722d66 100644
--- a/test/FrontendC/vla-1.c
+++ b/test/FrontendC/vla-1.c
@@ -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)
{