Skip to content

Commit

Permalink
[lldb] Un-XFAIL TestStepScripted.test_misspelled_plan_name
Browse files Browse the repository at this point in the history
XFAIL in llvm#96894 was too wide. This one actually passes.
  • Loading branch information
labath authored and lravenclaw committed Jul 3, 2024
1 parent 8b21c3f commit 7659335
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def step_out_with_scripted_plan(self, name):
stop_desc = thread.GetStopDescription(1000)
self.assertIn("Stepping out from", stop_desc, "Got right description")

@expectedFailureAll()
def test_misspelled_plan_name(self):
"""Test that we get a useful error if we misspell the plan class name"""
self.build()
Expand Down

0 comments on commit 7659335

Please sign in to comment.