[TestModulesInlineFunctions] This test now passes.

Remove yet another spurious unexpected success.
Ack'ed by Jim Ingham.

Fixes PR25743.

llvm-svn: 320454
This commit is contained in:
Davide Italiano 2017-12-12 02:52:01 +00:00
parent 4b13d8bdf3
commit 074f858da7
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class ModulesInlineFunctionsTestCase(TestBase):
@skipUnlessDarwin
@skipIf(macos_version=["<", "10.12"])
@expectedFailureDarwin("llvm.org/pr25743")
def test_expr(self):
self.build()
exe = os.path.join(os.getcwd(), "a.out")