From 6bb55ba42b02fb7cd1ec10d005a4c8611c312370 Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Thu, 13 Feb 2014 19:21:13 +0000 Subject: [PATCH] Re-enable TestAbbreviations.py on Linux after test fix. See http://llvm.org/bugs/show_bug.cgi?id=18816. llvm-svn: 201357 --- 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 08a134f..e5d66c1 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__) - @expectedFailureLinux('llvm.org/pr18816') def test_nonrunning_command_abbreviations (self): self.expect("ap script", startstr = "The following built-in commands may relate to 'script':", -- 2.7.4