[lldb] Un-XFAIL TestFormatters on windows

The test passes after D96779.
This commit is contained in:
Pavel Labath 2021-02-18 16:27:47 +01:00
parent b87a120820
commit 1b8d2ec071
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class ExprFormattersTestCase(TestBase):
self.line = line_number('main.cpp',
'// Stop here')
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
@skipIfTargetAndroid() # skipping to avoid crashing the test runner
@expectedFailureAndroid('llvm.org/pr24691') # we hit an assertion in clang
def test(self):