Skip to content

Commit 75f295c

Browse files
authored
[lldb][test] Remove expected failure marker for TestPlatformAttach on windows (#68193)
Looks like this test passes since #68050.
1 parent 077e1b8 commit 75f295c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/gdb_remote_client/TestPlatformAttach.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class TestPlatformAttach(GDBRemoteTestBase):
99
@skipIfRemote
10-
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr52451")
1110
def test_attach(self):
1211
"""Test attaching by name"""
1312

0 commit comments

Comments
 (0)