Skip to content

Commit 7354341

Browse files
labathAlexisPerry
authored andcommitted
[lldb] Un-XFAIL TestStepScripted.test_misspelled_plan_name
XFAIL in llvm#96894 was too wide. This one actually passes.
1 parent b2f84d2 commit 7354341

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/step_scripted/TestStepScripted.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def step_out_with_scripted_plan(self, name):
4545
stop_desc = thread.GetStopDescription(1000)
4646
self.assertIn("Stepping out from", stop_desc, "Got right description")
4747

48-
@expectedFailureAll()
4948
def test_misspelled_plan_name(self):
5049
"""Test that we get a useful error if we misspell the plan class name"""
5150
self.build()

0 commit comments

Comments
 (0)