Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed.

llvm-svn: 136651
This commit is contained in:
Johnny Chen 2011-08-01 21:36:02 +00:00
parent 098781b55e
commit c96a0476cd
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class MethodReturningBOOLTestCase(TestBase):
self.main_source = "main.m"
self.line = line_number(self.main_source, '// Set breakpoint here.')
@unittest2.skip("rdar://problem/9691614 Expression parser crashes")
def objc_method_ret_BOOL(self, exe_name):
"""Test that objective-c method returning BOOL works correctly."""
exe = os.path.join(os.getcwd(), exe_name)