forked from OSchip/llvm-project
Skip ObjC test on FreeBSD that does not build
llvm-svn: 220681
This commit is contained in:
parent
d553bcff4f
commit
49e4068781
|
@ -21,6 +21,7 @@ class ObjCNewSyntaxTestCase(TestBase):
|
|||
self.expr()
|
||||
|
||||
@dwarf_test
|
||||
@skipIfFreeBSD
|
||||
@skipIfLinux
|
||||
def test_expr_with_dwarf(self):
|
||||
self.buildDwarf()
|
||||
|
|
Loading…
Reference in New Issue