diff options
-rw-r--r-- | lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py index 4b55c3154e3..e66f35ed87b 100644 --- a/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py +++ b/lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py @@ -18,7 +18,6 @@ class RegistersIteratorTestCase(TestBase): # Find the line number to break inside main(). self.line1 = line_number('main.cpp', '// Set break point at this line.') - @expectedFailureFreeBSD # llvm.org/pr14600 - Exception state registers not supported on FreeBSD @python_api_test def test_iter_registers(self): """Test iterator works correctly for lldbutil.iter_registers().""" |