forked from OSchip/llvm-project
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:
parent
f16fe0f205
commit
e8db13da0a
|
@ -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__)
|
||||
|
|
Loading…
Reference in New Issue