Author: emaste
Date: Wed Feb 12 19:10:20 2014
New Revision: 201284

URL: http://llvm.org/viewvc/llvm-project?rev=201284&view=rev
Log:
Remove decorator for fixed test

llvm.org/pr18805 fixed by r201270

Modified:
    lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py

Modified: lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py?rev=201284&r1=201283&r2=201284&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py (original)
+++ lldb/trunk/test/functionalities/abbreviation/TestAbbreviations.py Wed Feb 
12 19:10:20 2014
@@ -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",


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to