[lldb/Test] Enable TestGdbRemoteThreadsInfoMemory.py on Windows.

This test is currently XFAILed but is passing on the Windows bot.
This commit is contained in:
Jonas Devlieghere 2020-04-06 14:28:27 -07:00
parent 5aead592f0
commit 1b7560b877
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class TestGdbRemoteThreadsInfoMemory(gdbremote_testcase.GdbRemoteTestCaseBase):
self.assertEqual(encode_hex(next_fp) + encode_hex(0xf00d),
chunks[2]["bytes"])
@expectedFailureAll(oslist=["windows"])
@skipIfNetBSD
@llgs_test
def test_g_returns_correct_data_with_suffix_llgs(self):