[lldb/test] Skip `SBTarget::IsLoaded` test on windows (NFC)

This patch skips the test for the SBTarget::IsLoaded method on windows
since the logic is different.

Differential Revision: https://reviews.llvm.org/D95686

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
Med Ismail Bennani 2021-02-01 14:04:10 +01:00
parent c2b322fc19
commit ee562e2315
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ class TargetAPITestCase(TestBase):
@add_test_categories(['pyapi'])
@skipIfWindows
def test_is_loaded(self):
"""Exercise SBTarget.IsLoaded(SBModule&) API."""
d = {'EXE': 'b.out'}