summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2011-08-09 21:27:48 +0000
committerJim Ingham <jingham@apple.com>2011-08-09 21:27:48 +0000
commitae24c42fc4c6cf1a707b47242af22adbbbb9f2e6 (patch)
tree5041a7419ad2b4dfc4fb2ae08567f8623dedd712
parent5e80abbb5dacf6ff6036dc940b294e6c65527cd3 (diff)
downloadbcm5719-llvm-ae24c42fc4c6cf1a707b47242af22adbbbb9f2e6.tar.gz
bcm5719-llvm-ae24c42fc4c6cf1a707b47242af22adbbbb9f2e6.zip
Typo in the test case for i386.
llvm-svn: 137149
-rw-r--r--lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h b/lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h
index 9dff95e0839..890e04f0d4f 100644
--- a/lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h
+++ b/lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h
@@ -15,7 +15,7 @@
{
int _derived_backed_int;
#if !__OBJC2__
- int _unbacked_int;
+ int _derived_unbacked_int;
#endif
}
@property int derived_backed_int;
OpenPOWER on IntegriCloud