Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_command on linux

test appears to be passing now.

llvm-svn: 268923
This commit is contained in:
Pavel Labath 2016-05-09 14:43:22 +00:00
parent 8ffe7ab7c2
commit 1dfd5b1694
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class NamespaceLookupTestCase(TestBase):
# finds the global ::func().
self.expect("expr -- func()", startstr = "(int) $0 = 2")
@expectedFailureAll(oslist=["windows", "linux"], bugnumber="llvm.org/pr25819")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr25819")
def test_scope_lookup_before_using_with_run_command(self):
"""Test scope lookup before using in lldb."""
self.build()