From: Bob Wilson Date: Fri, 30 Jul 2010 18:52:47 +0000 (+0000) Subject: Attempt to fix the llvm-gcc-powerpc-darwin9 buildbot. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=45f57a65b6dc47e937c0a42b5763064f18658eac;p=oota-llvm.git 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 --- diff --git a/test/FrontendC/vla-1.c b/test/FrontendC/vla-1.c index db1d722d668..c6c58f6cc36 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) {