summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-05-04 20:38:01 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-05-04 20:38:01 +0000
commit63cc1de58d0b437887ac640f357cd76cfcca968a (patch)
tree4c66f57b6cd354759c8158a6b4f1aabf6cc88db1
parent6869b6abf88d6b6d0d909a2a8c35c70750938c12 (diff)
downloadbcm5719-llvm-63cc1de58d0b437887ac640f357cd76cfcca968a.tar.gz
bcm5719-llvm-63cc1de58d0b437887ac640f357cd76cfcca968a.zip
Use '-f c' to print each element of a string as a char.
llvm-svn: 130865
-rw-r--r--lldb/test/alias_tests/TestAliases.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/alias_tests/TestAliases.py b/lldb/test/alias_tests/TestAliases.py
index f28f054c132..e30fe15a104 100644
--- a/lldb/test/alias_tests/TestAliases.py
+++ b/lldb/test/alias_tests/TestAliases.py
@@ -112,7 +112,7 @@ class AliasTestCase(TestBase):
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] = ' '",
OpenPOWER on IntegriCloud