aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debuginfo-properties.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debuginfo-properties.m')
-rw-r--r--test/CodeGenObjC/debuginfo-properties.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/debuginfo-properties.m b/test/CodeGenObjC/debuginfo-properties.m
index b2c479c03100..5593b0d87f6a 100644
--- a/test/CodeGenObjC/debuginfo-properties.m
+++ b/test/CodeGenObjC/debuginfo-properties.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -g -emit-llvm -triple x86_64-apple-darwin -o - %s | FileCheck %s
+// RUN: %clang_cc1 -debug-info-kind=limited -emit-llvm -triple x86_64-apple-darwin -o - %s | FileCheck %s
// Check that we emit the correct method names for properties from a protocol.
// rdar://problem/13798000
@protocol NSObject