aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/property-dbg.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/property-dbg.m')
-rw-r--r--test/CodeGenObjC/property-dbg.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-dbg.m b/test/CodeGenObjC/property-dbg.m
index 5bbb04644e05..42ab6110541d 100644
--- a/test/CodeGenObjC/property-dbg.m
+++ b/test/CodeGenObjC/property-dbg.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -S -g -masm-verbose -x objective-c < %s | grep setI | grep DW_AT_name
+// RUN: %clang_cc1 -S -g -masm-verbose -x objective-c < %s | grep DW_AT_name
@interface Foo {
int i;
}