mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 17:56:50 +00:00
[lldb] Enable a test that was never enabled (#83925)
According to the git log (d9442afba1bd6), 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.
This commit is contained in:
parent
5000e4c252
commit
488ac3d5ef
@ -13,6 +13,7 @@ class BreakpointOptionsTestCase(TestBase):
|
||||
"""Test breakpoint command for different options."""
|
||||
self.build()
|
||||
self.breakpoint_options_test()
|
||||
self.breakpoint_options_language_test()
|
||||
|
||||
def setUp(self):
|
||||
# Call super's setUp().
|
||||
|
Loading…
x
Reference in New Issue
Block a user