From 98b6546dded3a531dcab29318ad44169215915b0 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 30 Oct 2014 17:41:11 +0000 Subject: [PATCH] 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 --- lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py index e6dc376093c0..bade12d9f3b6 100644 --- a/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py +++ b/lldb/test/lang/cpp/wchar_t/TestCxxWCharT.py @@ -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",