diff options
Diffstat (limited to 'clang/test/CodeGen/debug-info-block.c')
-rw-r--r-- | clang/test/CodeGen/debug-info-block.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-block.c b/clang/test/CodeGen/debug-info-block.c index 48a9f66877e..d23095ba43e 100644 --- a/clang/test/CodeGen/debug-info-block.c +++ b/clang/test/CodeGen/debug-info-block.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fblocks -g -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -fblocks -debug-info-kind=limited -emit-llvm -o - %s | FileCheck %s // Verify that the desired debugging type is generated for a structure // member that is a pointer to a block. |