diff options
| author | Ed Maste <emaste@freebsd.org> | 2015-06-02 18:29:42 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2015-06-02 18:29:42 +0000 |
| commit | e1abaf870f97429c6fa6954323c39540bf3fd2e4 (patch) | |
| tree | 92dc4d5ec059efee4e5c7e8e4afd07a25b450986 | |
| parent | 21141d7a9c37de439101925b3068ee9900bc4e27 (diff) | |
| download | bcm5719-llvm-e1abaf870f97429c6fa6954323c39540bf3fd2e4.tar.gz bcm5719-llvm-e1abaf870f97429c6fa6954323c39540bf3fd2e4.zip | |
TestGlobalVariables no longer fails on FreeBSD
It has passed since ~ r223393.
llvm.org/21599
llvm-svn: 238856
| -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.""" |

