The PR that caused this test ot fail was fixed in July, removing the XFAIL.

llvm-svn: 283578
This commit is contained in:
Jim Ingham
2016-10-07 18:15:11 +00:00
parent e1c7c13c3d
commit 9aa53a8ced

View File

@@ -10,7 +10,6 @@ class TestWithGmodulesDebugInfo(TestBase):
mydir = TestBase.compute_mydir(__file__)
@add_test_categories(["gmodules"])
@expectedFailureAll(oslist=["macosx"], bugnumber="llvm.org/pr28156")
def test_specialized_typedef_from_pch(self):
self.build()
cwd = os.getcwd()