From e1abaf870f97429c6fa6954323c39540bf3fd2e4 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 2 Jun 2015 18:29:42 +0000 Subject: [PATCH] TestGlobalVariables no longer fails on FreeBSD It has passed since ~ r223393. llvm.org/21599 llvm-svn: 238856 --- lldb/test/lang/c/global_variables/TestGlobalVariables.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/test/lang/c/global_variables/TestGlobalVariables.py index ab93bf6..4097569 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.""" -- 2.7.4