diff options
Diffstat (limited to 'test/CodeGen/vla-3.c')
-rw-r--r-- | test/CodeGen/vla-3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/vla-3.c b/test/CodeGen/vla-3.c index 4927b464231f..66acf58c1feb 100644 --- a/test/CodeGen/vla-3.c +++ b/test/CodeGen/vla-3.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -std=gnu99 %s -emit-llvm -o - | grep ".*alloca.*align 16" +// RUN: %clang_cc1 -std=gnu99 %s -emit-llvm -o - | FileCheck %s +// CHECK: alloca {{.*}}, align 16 void adr(char *); |