Turn this test on again after the llvm-gcc change in r108986.
authorEric Christopher <echristo@apple.com>
Wed, 21 Jul 2010 04:54:06 +0000 (04:54 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 21 Jul 2010 04:54:06 +0000 (04:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108987 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/vla-1.c

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