Skip to content

Commit

Permalink
[lldb] Enable now passing part of TestDataFormatterStdString.py
Browse files Browse the repository at this point in the history
This was fixed by 7b24425 .
  • Loading branch information
Teemperor committed Mar 20, 2020
1 parent 180581c commit 467c490
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -60,8 +60,7 @@ def cleanup():
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")
Expand Down

0 comments on commit 467c490

Please sign in to comment.