Skip to content

Commit

Permalink
[lldb] Enable a test that was never enabled (llvm#83925)
Browse files Browse the repository at this point in the history
According to the git log (d9442af), this test has never been
enabled/disabled, it was checked in without being called anywhere. But
it passes and it is useful, so this commit enables it.
  • Loading branch information
felipepiovezan authored Mar 4, 2024
1 parent 5000e4c commit 488ac3d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def test(self):
"""Test breakpoint command for different options."""
self.build()
self.breakpoint_options_test()
self.breakpoint_options_language_test()

def setUp(self):
# Call super's setUp().
Expand Down

0 comments on commit 488ac3d

Please sign in to comment.