Fix this up per llvm-gcc r109819.
authorEric Christopher <echristo@apple.com>
Thu, 29 Jul 2010 23:20:29 +0000 (23:20 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 29 Jul 2010 23:20:29 +0000 (23:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109820 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/vla-1.c

index 46d9a0765ec1d55330162ec8ee5650f14d017e3c..db1d722d6683d1f5304e96d0037748ac6fdd64ff 100644 (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)
 {