[Lldb-commits] [lldb] [lldb] Enable a test that was never enabled (PR #83925)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 4 15:23:21 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Felipe de Azevedo Piovezan (felipepiovezan)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/83925.diff
1 Files Affected:
- (modified) lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py (+1)
``````````diff
diff --git a/lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py b/lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
index b2c9551eda6acb..129290909029a1 100644
--- a/lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
+++ b/lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
@@ -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().
``````````
</details>
https://github.com/llvm/llvm-project/pull/83925
More information about the lldb-commits
mailing list