diff options
Diffstat (limited to 'lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py')
-rw-r--r-- | lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py b/lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py index e228e1a85f6..357b050eb7b 100644 --- a/lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py +++ b/lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py @@ -17,7 +17,6 @@ class CPPStaticMethodsTestCase(TestBase): self.buildDsym() self.static_method_commands() - @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function' @dwarf_test def test_with_dwarf_and_run_command(self): """Test that static methods are properly distinguished from regular methods""" |