Author: gclayton
Date: Wed Nov 12 17:17:47 2014
New Revision: 221830
URL: http://llvm.org/viewvc/llvm-project?rev=221830&view=rev
Log:
Fix so this test runs successfully on armv7 devices.
Modified:
lldb/trunk/test/lang/objc/objc-runtime-ivars/main.m
Modified: lldb/trunk/test/lang/objc/objc-runtime-ivars/main.m
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/objc/objc-runtime-ivars/main.m?rev=221830&r1=221829&r2=221830&view=diff
==============================================================================
--- lldb/trunk/test/lang/objc/objc-runtime-ivars/main.m (original)
+++ lldb/trunk/test/lang/objc/objc-runtime-ivars/main.m Wed Nov 12 17:17:47 2014
@@ -5,6 +5,6 @@ int main ()
@autoreleasepool
{
NSLog(@"Hello"); //% self.expect("expression --
*((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])",
DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["count", "capacity", "options",
"mutations"]);
- //% self.expect("expression --
((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])->count",
DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["unsigned long long"]);
+ //% self.expect("expression --
((NSConcretePointerArray*)[NSPointerArray strongObjectsPointerArray])->count",
DATA_TYPES_DISPLAYED_CORRECTLY, substrs = ["unsigned"]);
}
}
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits