[lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpointTestCase is now passing on Windows

After https://reviews.llvm.org/D70846, the test is now passing on Windows
This commit is contained in:
Stella Stamenova 2020-01-14 11:13:22 -08:00
parent 527f5a471e
commit ab72db7fc8
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class NamespaceBreakpointTestCase(TestBase):
"make sure breakpoint locations are correct for 'func' with eFunctionNameTypeAuto")
@expectedFailureAll(bugnumber="llvm.org/pr28548", compiler="gcc")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489")
def test_breakpoints_func_full(self):
"""Test that we can set breakpoints correctly by fullname to find all functions whose fully qualified name is "func"
(no namespaces)."""