forked from OSchip/llvm-project
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:
parent
8ffe7ab7c2
commit
1dfd5b1694
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue