aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-30 18:52:47 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-30 18:52:47 +0000
commitf89cc9e536b768802cb34e282767f386edbd22ad (patch)
tree5c3c4635ea10afbe27534733fc67f11d91fd9fda /test
parentf0c7f1617e2e82c9159e1522a8e5510964cc7088 (diff)
downloadexternal_llvm-f89cc9e536b768802cb34e282767f386edbd22ad.zip
external_llvm-f89cc9e536b768802cb34e282767f386edbd22ad.tar.gz
external_llvm-f89cc9e536b768802cb34e282767f386edbd22ad.tar.bz2
Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109876 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 db1d722..c6c58f6 100644
--- a/test/FrontendC/vla-1.c
+++ b/test/FrontendC/vla-1.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc_only -std=gnu99 %s -S |& grep "warning: alignment for"
+// RUN: %llvmgcc_only -std=gnu99 %s -S |& grep {warning: alignment for}
int foo(int a)
{