Remove hex character number from wchar_t test
authorEd Maste <emaste@freebsd.org>
Thu, 30 Oct 2014 17:41:11 +0000 (17:41 +0000)
committerEd Maste <emaste@freebsd.org>
Thu, 30 Oct 2014 17:41:11 +0000 (17:41 +0000)
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

index e6dc376..bade12d 100644 (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",