diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/FrontendC/vla-1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/FrontendC/vla-1.c b/test/FrontendC/vla-1.c index 76f6c53..46d9a07 100644 --- a/test/FrontendC/vla-1.c +++ b/test/FrontendC/vla-1.c @@ -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) { |