[Lldb-commits] [lldb] r131165 - /lldb/trunk/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py
Johnny Chen
johnny.chen at apple.com
Tue May 10 15:46:13 PDT 2011
Author: johnny
Date: Tue May 10 17:46:13 2011
New Revision: 131165
URL: http://llvm.org/viewvc/llvm-project?rev=131165&view=rev
Log:
More string matching criterion.
Modified:
lldb/trunk/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py
Modified: lldb/trunk/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py?rev=131165&r1=131164&r2=131165&view=diff
==============================================================================
--- lldb/trunk/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py (original)
+++ lldb/trunk/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py Tue May 10 17:46:13 2011
@@ -43,7 +43,7 @@
# Now do a NSArry type query from the 'main.c' compile uint.
self.expect("expression (NSArray*)array_token",
- substrs = ['(NSArray *) $0 ='])
+ substrs = ['(NSArray *) $0 = 0x'])
# (NSArray *) $0 = 0x00007fff70118398
More information about the lldb-commits
mailing list