aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-default-synth-ivar.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-default-synth-ivar.m')
-rw-r--r--test/CodeGenObjC/debug-info-default-synth-ivar.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debug-info-default-synth-ivar.m b/test/CodeGenObjC/debug-info-default-synth-ivar.m
index e9045eca4388..fb2641265bde 100644
--- a/test/CodeGenObjC/debug-info-default-synth-ivar.m
+++ b/test/CodeGenObjC/debug-info-default-synth-ivar.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -g %s -o %t
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -debug-info-kind=limited %s -o %t
// RUN: grep DW_TAG_member %t | count 5
// rdar://8493239