diff options
Diffstat (limited to 'test/CodeGen/PR5060-align.c')
-rw-r--r-- | test/CodeGen/PR5060-align.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PR5060-align.c b/test/CodeGen/PR5060-align.c index efd8520..34293a9 100644 --- a/test/CodeGen/PR5060-align.c +++ b/test/CodeGen/PR5060-align.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - -verify | FileCheck %s +// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s // CHECK: @foo.p = internal global i8 0, align 32 char *foo(void) { |