mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[lldb][AArch64] Re-enable TestShowLocationDwarf5
Fixes #43525 For unknown reasons, this has been fixed in the time since the issue was raised.
This commit is contained in:
parent
7d7dcc1f25
commit
e067b0e4a7
@ -7,11 +7,6 @@ from lldbsuite.test.decorators import *
|
||||
|
||||
|
||||
class TestTargetSourceMap(TestBase):
|
||||
@skipIf(
|
||||
archs="aarch64",
|
||||
oslist="linux",
|
||||
bugnumber="https://bugs.llvm.org/show_bug.cgi?id=44180",
|
||||
)
|
||||
def test_source_map(self):
|
||||
# Set the target soure map to map "./" to the current test directory.
|
||||
yaml_path = os.path.join(self.getSourceDir(), "a.yaml")
|
||||
|
Loading…
Reference in New Issue
Block a user