Skip objC test on non-darwin platforms

llvm-svn: 168531
This commit is contained in:
Daniel Malea 2012-11-23 22:15:09 +00:00
parent 662f2b8be0
commit 561e218517
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class ObjCTypeQueryTestCase(TestBase):
self.buildDsym()
self.type_query_from_other_cu()
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dwarf_test
def test_with_dwarf(self):
"""The expression parser's type search should be wider than the current compilation unit."""