forked from OSchip/llvm-project
Disable Objective C test on non-Darwin platforms.
llvm-svn: 246060
This commit is contained in:
parent
0cad3feba7
commit
93bf79a719
|
@ -22,8 +22,7 @@ class ObjCModulesTestCase(TestBase):
|
||||||
self.expr()
|
self.expr()
|
||||||
|
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
@skipIfFreeBSD
|
@skipUnlessDarwin
|
||||||
@skipIfLinux
|
|
||||||
@unittest2.expectedFailure("rdar://20416388")
|
@unittest2.expectedFailure("rdar://20416388")
|
||||||
def test_expr_with_dwarf(self):
|
def test_expr_with_dwarf(self):
|
||||||
self.buildDwarf()
|
self.buildDwarf()
|
||||||
|
|
Loading…
Reference in New Issue