diff options
Diffstat (limited to 'test/CodeGenObjC/2010-02-23-DbgInheritance.m')
-rw-r--r-- | test/CodeGenObjC/2010-02-23-DbgInheritance.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/2010-02-23-DbgInheritance.m b/test/CodeGenObjC/2010-02-23-DbgInheritance.m index 7d31b30..cb8b5f8 100644 --- a/test/CodeGenObjC/2010-02-23-DbgInheritance.m +++ b/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 |