Skip to content

Commit e067b0e

Browse files
committed
[lldb][AArch64] Re-enable TestShowLocationDwarf5
Fixes #43525 For unknown reasons, this has been fixed in the time since the issue was raised.
1 parent 7d7dcc1 commit e067b0e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/test/API/functionalities/show_location/TestShowLocationDwarf5.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77

88

99
class TestTargetSourceMap(TestBase):
10-
@skipIf(
11-
archs="aarch64",
12-
oslist="linux",
13-
bugnumber="https://bugs.llvm.org/show_bug.cgi?id=44180",
14-
)
1510
def test_source_map(self):
1611
# Set the target soure map to map "./" to the current test directory.
1712
yaml_path = os.path.join(self.getSourceDir(), "a.yaml")

0 commit comments

Comments
 (0)