summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py')
-rw-r--r--packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py b/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py
index 526b4a70e60c8..8f5c407000c8f 100644
--- a/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py
+++ b/packages/Python/lldbsuite/test/lang/objc/modules/TestObjCModules.py
@@ -26,14 +26,10 @@ class ObjCModulesTestCase(TestBase):
self.line = line_number('main.m', '// Set breakpoint 0 here.')
@skipUnlessDarwin
- @unittest2.expectedFailure("rdar://20416388")
@skipIf(macos_version=["<", "10.12"])
def test_expr(self):
- if not self.applies():
- return
-
self.build()
- exe = os.path.join(os.getcwd(), "a.out")
+ exe = self.getBuildArtifact("a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
# Break inside the foo function which takes a bar_ptr argument.