This test previously was expected to fail on windows. As of my previous patch (1d2a62afaf7561e331e2f3daf3937d14225b21bf) this test now passes on windows consistently. This patch adjusts the expectations of the test accordingly.
5 lines
124 B
Python
5 lines
124 B
Python
from lldbsuite.test import lldbinline
|
|
from lldbsuite.test import decorators
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals())
|