diff options
| -rw-r--r-- | lldb/test/functionalities/abbreviation/TestAbbreviations.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/abbreviation/TestAbbreviations.py b/lldb/test/functionalities/abbreviation/TestAbbreviations.py index d163458ea3b..08a134f1f4b 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", |

