Running this on other systems won't work because I don't

know how to specifically build a MachO binary on other systems.

llvm-svn: 322239
This commit is contained in:
Jim Ingham 2018-01-10 23:32:43 +00:00
parent f16fe0f205
commit e8db13da0a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import lldbsuite.test.lldbutil as lldbutil
import lldbsuite.test.lldbplatformutil as lldbplatformutil
from lldbsuite.test.lldbtest import *
@decorators.skipUnlessDarwin
class FindAppInMacOSAppBundle(TestBase):
mydir = TestBase.compute_mydir(__file__)