Skip to content

Commit 057626b

Browse files
committed
Fixup 6d18e53: xfail TestShowLocationDwarf5.py properly
Forgot to squash this...
1 parent 1fbe8a8 commit 057626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/show_location/TestShowLocationDwarf5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TestTargetSourceMap(TestBase):
99

1010
mydir = TestBase.compute_mydir(__file__)
1111

12-
@skipIf(archs="aarch64", oslist="linux", debug_info="dwo",
12+
@skipIf(archs="aarch64", oslist="linux",
1313
bugnumber="https://bugs.llvm.org/show_bug.cgi?id=44180")
1414
def test_source_map(self):
1515
# Set the target soure map to map "./" to the current test directory.

0 commit comments

Comments
 (0)