forked from OSchip/llvm-project
Limit test to Darwin
Test requres <Foundation/Foundation.h> llvm-svn: 218904
This commit is contained in:
parent
41fdd61f64
commit
e9914abe3b
|
@ -22,6 +22,7 @@ class SBTypeMemberFunctionsTest(TestBase):
|
||||||
self.setTearDownCleanup(dictionary=d)
|
self.setTearDownCleanup(dictionary=d)
|
||||||
self.type_api(self.exe_name)
|
self.type_api(self.exe_name)
|
||||||
|
|
||||||
|
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||||
@python_api_test
|
@python_api_test
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
def test_with_dwarf(self):
|
def test_with_dwarf(self):
|
||||||
|
|
Loading…
Reference in New Issue