diff options
Diffstat (limited to 'clang/test/CodeGenObjC/2010-02-23-DbgInheritance.m')
-rw-r--r-- | clang/test/CodeGenObjC/2010-02-23-DbgInheritance.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/2010-02-23-DbgInheritance.m b/clang/test/CodeGenObjC/2010-02-23-DbgInheritance.m index 7d31b30cce5..cb8b5f8861c 100644 --- a/clang/test/CodeGenObjC/2010-02-23-DbgInheritance.m +++ b/clang/test/CodeGenObjC/2010-02-23-DbgInheritance.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -emit-llvm %s -g -o - | FileCheck %s +// RUN: %clang_cc1 -emit-llvm %s -debug-info-kind=limited -o - | FileCheck %s // CHECK-NOT: DW_TAG_member // Interface P should not be a member of interface I in debug info. @interface P |