Use '-f c' to print each element of a string as a char.

llvm-svn: 130865
This commit is contained in:
Johnny Chen 2011-05-04 20:38:01 +00:00
parent 6869b6abf8
commit 63cc1de58d
1 changed files with 1 additions and 1 deletions

View File

@ -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] = ' '",