[Lldb-commits] [lldb] [lldb] Fixed the TestNetBSDCore test (PR #92285)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Wed May 15 10:01:45 PDT 2024
================
@@ -147,12 +147,12 @@ def check_stack(self, process, pid, filename):
self.check_backtrace(thread, filename, backtrace)
@skipIfLLVMTargetMissing("AArch64")
- def test_aarch64(self):
+ def test_aarch64_A(self):
----------------
slydiman wrote:
Sure. I have renamed them to suggested names. Thanks.
https://github.com/llvm/llvm-project/pull/92285
More information about the lldb-commits
mailing list