Associate a bug tracking ID with this test case

llvm-svn: 219972
This commit is contained in:
Enrico Granata 2014-10-16 22:06:26 +00:00
parent be7d285e73
commit 0d976f0699
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ class BlocksTestCase(TestBase):
lines = []
@dsym_test
@unittest2.expectedFailure
@unittest2.expectedFailure("rdar://problem/10413887 - Call blocks in expressions")
def test_expr_with_dsym(self):
self.buildDsym()
self.expr()
@unittest2.expectedFailure
@unittest2.expectedFailure("rdar://problem/10413887 - Call blocks in expressions")
@dwarf_test
def test_expr_with_dwarf(self):
self.buildDwarf()