[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:
David Spickett 2023-09-08 13:03:58 +00:00
parent 7d7dcc1f25
commit e067b0e4a7

View File

@ -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")