diff options
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-getter-name.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-getter-name.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-getter-name.m b/clang/test/CodeGenObjC/debug-info-getter-name.m index 05619aeccd2..0263f112aeb 100644 --- a/clang/test/CodeGenObjC/debug-info-getter-name.m +++ b/clang/test/CodeGenObjC/debug-info-getter-name.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi2 -S -g %s -o %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -g %s -o %t // RUN: grep "\[InstanceVariablesEverywhereButTheInterface someString\]" %t | count 6 //rdar: //8498026 |