[Lldb-commits] [lldb] 488ac3d - [lldb] Enable a test that was never enabled (#83925)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 4 15:45:47 PST 2024
Author: Felipe de Azevedo Piovezan
Date: 2024-03-04T15:45:43-08:00
New Revision: 488ac3d5ef31237e38de6da627a619459e0ca19a
URL: https://github.com/llvm/llvm-project/commit/488ac3d5ef31237e38de6da627a619459e0ca19a
DIFF: https://github.com/llvm/llvm-project/commit/488ac3d5ef31237e38de6da627a619459e0ca19a.diff
LOG: [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.
Added:
Modified:
lldb/test/API/functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py
Removed:
################################################################################
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
diff erent options."""
self.build()
self.breakpoint_options_test()
+ self.breakpoint_options_language_test()
def setUp(self):
# Call super's setUp().
More information about the lldb-commits
mailing list