Remove the expectedFailure decorator as the bug has been fixed.

llvm-svn: 155264
This commit is contained in:
Johnny Chen 2012-04-21 01:02:50 +00:00
parent 7dda0cdcd7
commit 910667004f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class AppleTypesTestCase(TestBase):
mydir = os.path.join("macosx", "debug-info", "apple_types")
#rdar://problem/11166975
@unittest2.expectedFailure
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
def test_debug_info_for_apple_types(self):
"""Test that __apple_types section does get produced by clang."""