diff options
Diffstat (limited to 'lldb/test/lang/c/global_variables/TestGlobalVariables.py')
| -rw-r--r-- | lldb/test/lang/c/global_variables/TestGlobalVariables.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py index ab93bf6741b..4097569a689 100644 --- a/lldb/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/test/lang/c/global_variables/TestGlobalVariables.py @@ -17,7 +17,6 @@ class GlobalVariablesTestCase(TestBase): self.buildDsym() self.global_variables() - @expectedFailureFreeBSD("llvm.org/21599 fails after editline rework") @dwarf_test def test_with_dwarf(self): """Test 'frame variable --scope --no-args' which omits args and shows scopes.""" |

