Skip to content

Commit 63cc1de

Browse files
author
Johnny Chen
committed
Use '-f c' to print each element of a string as a char.
llvm-svn: 130865
1 parent 6869b6a commit 63cc1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/alias_tests/TestAliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def alias_tests (self):
112112
substrs = [ "(int) $",
113113
"= 0x000004d2" ])
114114

115-
self.expect ('exprf2 s "Hi there!"',
115+
self.expect ('exprf2 c "Hi there!"',
116116
substrs = [ "(const char) [0] = 'H'",
117117
"(const char) [1] = 'i'",
118118
"(const char) [2] = ' '",

0 commit comments

Comments
 (0)