Skip ObjC test on FreeBSD that does not build

llvm-svn: 220681
This commit is contained in:
Ed Maste 2014-10-27 15:01:59 +00:00
parent d553bcff4f
commit 49e4068781
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class ObjCNewSyntaxTestCase(TestBase):
self.expr()
@dwarf_test
@skipIfFreeBSD
@skipIfLinux
def test_expr_with_dwarf(self):
self.buildDwarf()