Commit cab0a194 authored by David Spickett's avatar David Spickett
Browse files

[lldb][test] Remove xfail for integral member test on Windows

parent e360a16f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ class TestCase(TestBase):
    # wouldn't get indexed into the Names accelerator table preventing LLDB from finding
    # them.
    @expectedFailureAll(compiler=["clang"], compiler_version=["<", "18.0"])
    @expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux"]))
    @expectedFailureAll(debug_info=no_match(["dsym"]), oslist=no_match(["linux", "windows"]))
    def test_inline_static_members(self):
        self.build()
        lldbutil.run_to_source_breakpoint(