<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks Ed!<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 30, 2014, at 10:41 AM, Ed Maste <<a href="mailto:emaste@freebsd.org" class="">emaste@freebsd.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">Author: emaste<br class="">Date: Thu Oct 30 12:41:11 2014<br class="">New Revision: 220914<br class=""><br class="">URL: <a href="http://llvm.org/viewvc/llvm-project?rev=220914&view=rev" class="">http://llvm.org/viewvc/llvm-project?rev=220914&view=rev</a><br class="">Log:<br class="">Remove hex character number from wchar_t test<br class=""><br class="">After r220894 (StringPrinter change) it is no longer emitted. Update the<br class="">test rather than considering it a bug as the new format is preferred.<br class=""><br class="">Modified:<br class="">    lldb/trunk/test/lang/cpp/wchar_t/TestCxxWCharT.py<br class=""><br class="">Modified: lldb/trunk/test/lang/cpp/wchar_t/TestCxxWCharT.py<br class="">URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/wchar_t/TestCxxWCharT.py?rev=220914&r1=220913&r2=220914&view=diff" class="">http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/wchar_t/TestCxxWCharT.py?rev=220914&r1=220913&r2=220914&view=diff</a><br class="">==============================================================================<br class="">--- lldb/trunk/test/lang/cpp/wchar_t/TestCxxWCharT.py (original)<br class="">+++ lldb/trunk/test/lang/cpp/wchar_t/TestCxxWCharT.py Thu Oct 30 12:41:11 2014<br class="">@@ -67,7 +67,7 @@ class CxxWCharTTestCase(TestBase):<br class="">             substrs = ['(int) foo_x.object = '])<br class=""><br class="">         # Check that we can run expressions that return wchar_t<br class="">-        self.expect("expression L'a'",substrs = ['(wchar_t) $',"61 L'a'"])<br class="">+        self.expect("expression L'a'",substrs = ['(wchar_t) $',"L'a'"])<br class=""><br class="">         # Mazel Tov if this works!<br class="">         self.expect("frame variable mazeltov",<br class=""><br class=""><br class="">_______________________________________________<br class="">lldb-commits mailing list<br class=""><a href="mailto:lldb-commits@cs.uiuc.edu" class="">lldb-commits@cs.uiuc.edu</a><br class="">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits<br class=""></div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Thanks,</div><div class=""><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div><div class=""><br class=""></div></div></div></div></div></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br class=""></div></body></html>