forked from OSchip/llvm-project
[lldb] Pass TestExternCSymbols.py on Windows
This test previously was expected to fail on windows. As of my previous
patch (1d2a62afaf
) this test now passes on
windows consistently. This patch adjusts the expectations of the test
accordingly.
This commit is contained in:
parent
be8bacfd93
commit
5fff4b75ca
|
@ -1,4 +1,4 @@
|
|||
from lldbsuite.test import lldbinline
|
||||
from lldbsuite.test import decorators
|
||||
|
||||
lldbinline.MakeInlineTest(__file__, globals(), lldbinline.expectedFailureAll(oslist=["windows"]))
|
||||
lldbinline.MakeInlineTest(__file__, globals())
|
||||
|
|
Loading…
Reference in New Issue