Skip to content

Commit

Permalink
[lldb/test] Skip TestSBModule unless darwin
Browse files Browse the repository at this point in the history
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
  • Loading branch information
medismailben committed Jan 27, 2022
1 parent a6b5624 commit aae3c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/API/python_api/sbmodule/TestSBModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def tearDown(self):
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()
Expand Down

0 comments on commit aae3c4f

Please sign in to comment.