diff options
-rw-r--r-- | lldb/test/python_api/frame/TestFrames.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py index a13ecc32f06..6e1ba08c5d6 100644 --- a/lldb/test/python_api/frame/TestFrames.py +++ b/lldb/test/python_api/frame/TestFrames.py @@ -21,7 +21,6 @@ class FrameAPITestCase(TestBase): self.buildDsym() self.do_get_arg_vals() - @expectedFailurei386 # llvm.org/pr17385: registers are unavailable above frame 0 in the inferior including pc @python_api_test @dwarf_test def test_get_arg_vals_for_call_stack_with_dwarf(self): |