diff options
Diffstat (limited to 'lldb/test/python_api/hello_world/TestHelloWorld.py')
-rw-r--r-- | lldb/test/python_api/hello_world/TestHelloWorld.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/hello_world/TestHelloWorld.py b/lldb/test/python_api/hello_world/TestHelloWorld.py index d1e7d89114d..af71dab9572 100644 --- a/lldb/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/test/python_api/hello_world/TestHelloWorld.py @@ -71,7 +71,6 @@ class HelloWorldTestCase(TestBase): self.setTearDownCleanup(dictionary=self.d) self.hello_world_attach_with_name_api() - @expectedFailureFreeBSD('llvm.org/pr16699') # attach by name not on FreeBSD yet @not_remote_testsuite_ready @python_api_test @dwarf_test |