forked from OSchip/llvm-project
Fix typo in xfail decorator for lldb thread plan list tests
This commit is contained in:
parent
9620fe02df
commit
b6cd964ac7
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue