diff options
Diffstat (limited to 'test/CodeGenObjC/property-dbg.m')
-rw-r--r-- | test/CodeGenObjC/property-dbg.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-dbg.m b/test/CodeGenObjC/property-dbg.m index 5bbb046..42ab611 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; } |