diff options
author | Davide Italiano <davide@freebsd.org> | 2017-12-12 02:52:01 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2017-12-12 02:52:01 +0000 |
commit | 074f858da7440f8ffd438ffe0f26e74ac8e37f9f (patch) | |
tree | 08d4d4a01e43a7e7b9a317d5425f9d8214dff9e5 /lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions | |
parent | 4b13d8bdf3c46f6f07a7343d0365a9a88554e6bb (diff) | |
download | bcm5719-llvm-074f858da7440f8ffd438ffe0f26e74ac8e37f9f.tar.gz bcm5719-llvm-074f858da7440f8ffd438ffe0f26e74ac8e37f9f.zip |
[TestModulesInlineFunctions] This test now passes.
Remove yet another spurious unexpected success.
Ack'ed by Jim Ingham.
Fixes PR25743.
llvm-svn: 320454
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py index 2904621a416..328335dfe2c 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py @@ -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") |