forked from OSchip/llvm-project
[lldb/test] Skip TestSBModule unless darwin
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
parent
a6b5624372
commit
aae3c4f2b4
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue