Mark the test as failing on both architectures, since LLDB won't handle the function to clang.

llvm-svn: 157679
This commit is contained in:
Filipe Cabecinhas 2012-05-30 05:44:59 +00:00
parent 51c277876a
commit 22889540dc
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ class ObjCNewSyntaxTestCase(TestBase):
mydir = os.path.join("lang", "objc", "objc-new-syntax")
@expectedFailurei386
@unittest2.expectedFailure
@dsym_test
def test_expr_with_dsym(self):
self.buildDsym()
self.expr()
@expectedFailurei386
@unittest2.expectedFailure
@dwarf_test
def test_expr_with_dwarf(self):
self.buildDwarf()