[Lldb-commits] [lldb] r130865 - /lldb/trunk/test/alias_tests/TestAliases.py
Johnny Chen
johnny.chen at apple.com
Wed May 4 13:38:02 PDT 2011
Author: johnny
Date: Wed May 4 15:38:01 2011
New Revision: 130865
URL: http://llvm.org/viewvc/llvm-project?rev=130865&view=rev
Log:
Use '-f c' to print each element of a string as a char.
Modified:
lldb/trunk/test/alias_tests/TestAliases.py
Modified: lldb/trunk/test/alias_tests/TestAliases.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/alias_tests/TestAliases.py?rev=130865&r1=130864&r2=130865&view=diff
==============================================================================
--- lldb/trunk/test/alias_tests/TestAliases.py (original)
+++ lldb/trunk/test/alias_tests/TestAliases.py Wed May 4 15:38:01 2011
@@ -112,7 +112,7 @@
substrs = [ "(int) $",
"= 0x000004d2" ])
- self.expect ('exprf2 s "Hi there!"',
+ self.expect ('exprf2 c "Hi there!"',
substrs = [ "(const char) [0] = 'H'",
"(const char) [1] = 'i'",
"(const char) [2] = ' '",
More information about the lldb-commits
mailing list