forked from OSchip/llvm-project
Use '-f c' to print each element of a string as a char.
llvm-svn: 130865
This commit is contained in:
parent
6869b6abf8
commit
63cc1de58d
|
@ -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] = ' '",
|
||||
|
|
Loading…
Reference in New Issue