aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/lambdas/TestLambdas.py
blob: 284caabbc17b984d9e0a2832232a790e2670d165 (plain) (blame)
1
2
3
4
5
6
7
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        lldbinline.expectedFailureAll(
            oslist=["windows"])])