Skip to content

Commit 488ac3d

Browse files
[lldb] Enable a test that was never enabled (llvm#83925)
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.
1 parent 5000e4c commit 488ac3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def test(self):
1313
"""Test breakpoint command for different options."""
1414
self.build()
1515
self.breakpoint_options_test()
16+
self.breakpoint_options_language_test()
1617

1718
def setUp(self):
1819
# Call super's setUp().

0 commit comments

Comments
 (0)