From 2a798d9c053a0959cc66db5f860e6822dcf06800 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 13 Feb 2014 01:10:20 +0000 Subject: [PATCH] Remove decorator for fixed test llvm.org/pr18805 fixed by r201270 llvm-svn: 201284 --- lldb/test/functionalities/abbreviation/TestAbbreviations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index d163458..08a134f 100644 --- a/lldb/test/functionalities/abbreviation/TestAbbreviations.py +++ b/lldb/test/functionalities/abbreviation/TestAbbreviations.py @@ -12,7 +12,6 @@ class AbbreviationsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureFreeBSD('llvm.org/pr18805') @expectedFailureLinux('llvm.org/pr18816') def test_nonrunning_command_abbreviations (self): self.expect("ap script", -- 2.7.4