[Lldb-commits] [lldb] r115150 - /lldb/trunk/test/set_values/TestSetValues.py

Johnny Chen johnny.chen at apple.com
Thu Sep 30 09:00:13 PDT 2010


Author: johnny
Date: Thu Sep 30 11:00:12 2010
New Revision: 115150

URL: http://llvm.org/viewvc/llvm-project?rev=115150&view=rev
Log:
Add extra value string to self.expect().

Modified:
    lldb/trunk/test/set_values/TestSetValues.py

Modified: lldb/trunk/test/set_values/TestSetValues.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/set_values/TestSetValues.py?rev=115150&r1=115149&r2=115150&view=diff
==============================================================================
--- lldb/trunk/test/set_values/TestSetValues.py (original)
+++ lldb/trunk/test/set_values/TestSetValues.py Thu Sep 30 11:00:12 2010
@@ -97,7 +97,7 @@
         # rdar://problem/8422727
         # set_values test directory: 'frame variable' shows only (long double) i =
         self.expect("frame variable", VARIABLES_DISPLAYED_CORRECTLY,
-            startstr = "(long double) i = ")
+            startstr = "(long double) i = 3.14159")
 
         # TODO:
         # Now set variable 'i' and check that it is correctly displayed.





More information about the lldb-commits mailing list