[lldb] Enable now passing part of TestDataFormatterStdString.py

This was fixed by 7b2442584e .
This commit is contained in:
Raphael Isemann 2020-03-20 11:34:01 +01:00
parent 180581cfcf
commit 467c4902a1
1 changed files with 1 additions and 2 deletions

View File

@ -60,8 +60,7 @@ class StdStringDataFormatterTestCase(TestBase):
var_Q = self.frame().FindVariable('Q')
var_uchar = self.frame().FindVariable('uchar')
# TODO: This is currently broken
# self.assertEqual(var_wempty.GetSummary(), 'L""', "wempty summary wrong")
self.assertEqual(var_wempty.GetSummary(), 'L""', "wempty summary wrong")
self.assertEqual(
var_s.GetSummary(), 'L"hello world! מזל טוב!"',
"s summary wrong")