Fix typo in xfail decorator for lldb thread plan list tests

This commit is contained in:
Muhammad Omair Javaid 2020-04-05 20:16:43 +05:00
parent 9620fe02df
commit b6cd964ac7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class TestThreadPlanCommands(TestBase):
NO_DEBUG_INFO_TESTCASE = True
@skipIfWindows
@expectedFailureAll(oslist=["Linux"])
@expectedFailureAll(oslist=["linux"])
def test_thread_plan_actions(self):
self.build()
self.main_source_file = lldb.SBFileSpec("main.c")