Limit test to Darwin

Test requres <Foundation/Foundation.h>

llvm-svn: 218904
This commit is contained in:
Ed Maste 2014-10-02 20:18:21 +00:00
parent 41fdd61f64
commit e9914abe3b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class SBTypeMemberFunctionsTest(TestBase):
self.setTearDownCleanup(dictionary=d)
self.type_api(self.exe_name)
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@python_api_test
@dwarf_test
def test_with_dwarf(self):