[Lldb-commits] [lldb] r137149 - /lldb/trunk/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h

Jim Ingham jingham at apple.com
Tue Aug 9 14:27:48 PDT 2011


Author: jingham
Date: Tue Aug  9 16:27:48 2011
New Revision: 137149

URL: http://llvm.org/viewvc/llvm-project?rev=137149&view=rev
Log:
Typo in the test case for i386.

Modified:
    lldb/trunk/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h

Modified: lldb/trunk/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h?rev=137149&r1=137148&r2=137149&view=diff
==============================================================================
--- lldb/trunk/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h (original)
+++ lldb/trunk/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h Tue Aug  9 16:27:48 2011
@@ -15,7 +15,7 @@
 {
   int _derived_backed_int;
 #if !__OBJC2__
-  int _unbacked_int;
+  int _derived_unbacked_int;
 #endif
 }
 @property int derived_backed_int;





More information about the lldb-commits mailing list