diff --git a/lldb/test/expression_command/issue_11588/Test11588.py b/lldb/test/expression_command/issue_11588/Test11588.py index 52fb6c2d1a80..b4aea2dc65ee 100644 --- a/lldb/test/expression_command/issue_11588/Test11588.py +++ b/lldb/test/expression_command/issue_11588/Test11588.py @@ -13,7 +13,6 @@ class Issue11581TestCase(TestBase): mydir = os.path.join("expression_command", "issue_11588") - @expectedFailurei386 def test_11581_commands(self): # This is the function to remove the custom commands in order to have a # clean slate for the next test case. @@ -44,8 +43,8 @@ class Issue11581TestCase(TestBase): self.expect("print *((StgClosure*)(r14-1))", substrs = ["(StgClosure) $", "(StgClosure *) &$","0x", - "(long) addr = ", - "(long) load_address = "]) + "addr = ", + "load_address = "]) target = lldb.debugger.GetSelectedTarget()