Skip to content

Commit 24ae4eb

Browse files
committed
[lldb][test] Remove expected failure marker for TestPlatformAttach on windows
Looks like this test pass since llvm#68050.
1 parent 186c907 commit 24ae4eb

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)