[lldb/test] Skip TestSBModule unless darwin

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
Med Ismail Bennani 2022-01-27 01:05:12 +01:00
parent a6b5624372
commit aae3c4f2b4
No known key found for this signature in database
GPG Key ID: 9040401522D38F4E
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class SBModuleAPICase(TestBase):
if self.background_pid:
os.kill(self.background_pid, signal.SIGKILL)
@skipUnlessDarwin
def test_module_is_file_backed(self):
"""Test the SBModule::IsFileBacked() method"""
self.build()