[Lldb-commits] [lldb] r115818 -	/lldb/trunk/test/class_types/TestClassTypes.py
    Johnny Chen 
    johnny.chen at apple.com
       
    Wed Oct  6 12:32:50 PDT 2010
    
    
  
Author: johnny
Date: Wed Oct  6 14:32:50 2010
New Revision: 115818
URL: http://llvm.org/viewvc/llvm-project?rev=115818&view=rev
Log:
Modification of the expected pattern for 'expr this->m_c_int' output.
Modified:
    lldb/trunk/test/class_types/TestClassTypes.py
Modified: lldb/trunk/test/class_types/TestClassTypes.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/class_types/TestClassTypes.py?rev=115818&r1=115817&r2=115818&view=diff
==============================================================================
--- lldb/trunk/test/class_types/TestClassTypes.py (original)
+++ lldb/trunk/test/class_types/TestClassTypes.py Wed Oct  6 14:32:50 2010
@@ -137,7 +137,7 @@
         #
         # Verify that expr this->m_c_int behaves correctly.
         self.expect("expr this->m_c_int", VARIABLES_DISPLAYED_CORRECTLY,
-            substrs = ['(int) 66'])
+            patterns = ['\(int\) \$[0-9]+ = 66'])
 
 
 if __name__ == '__main__':
    
    
More information about the lldb-commits
mailing list