Remove hex character number from wchar_t test

After r220894 (StringPrinter change) it is no longer emitted. Update the
test rather than considering it a bug as the new format is preferred.

llvm-svn: 220914
This commit is contained in:
Ed Maste 2014-10-30 17:41:11 +00:00
parent a94cd25188
commit 98b6546dde
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class CxxWCharTTestCase(TestBase):
substrs = ['(int) foo_x.object = '])
# Check that we can run expressions that return wchar_t
self.expect("expression L'a'",substrs = ['(wchar_t) $',"61 L'a'"])
self.expect("expression L'a'",substrs = ['(wchar_t) $',"L'a'"])
# Mazel Tov if this works!
self.expect("frame variable mazeltov",