This test uses ObjC so it should not run on anything != Darwin

llvm-svn: 191698
This commit is contained in:
Enrico Granata 2013-09-30 20:55:00 +00:00
parent eff67bc49e
commit 6ca84e3758
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class PoVerbosityTestCase(TestBase):
self.buildDsym()
self.do_my_test()
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin due to ObjC test case")
@dwarf_test
def test_with_dwarf(self):
"""Test that the po command acts correctly."""