diff --git a/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py b/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py index 23349f7e89aca..cb01c7fc3612c 100644 --- a/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py +++ b/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py @@ -150,7 +150,7 @@ def test_inline_static_members_dwarf5(self): self.check_inline_static_members("-gdwarf-5") # On linux this passes due to the manual index - @expectedFailureDarwin(debug_info=no_match(["dsym"])) + @expectedFailureDarwin def test_inline_static_members_dwarf4(self): self.check_inline_static_members("-gdwarf-4") @@ -203,7 +203,7 @@ def test_shadowed_static_inline_members_dwarf5(self): self.check_shadowed_static_inline_members("-gdwarf-5") # On linux this passes due to the manual index - @expectedFailureDarwin(debug_info=no_match(["dsym"])) + @expectedFailureDarwin def test_shadowed_static_inline_members_dwarf4(self): self.check_shadowed_static_inline_members("-gdwarf-4")