aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/printf/TestPrintf.py
blob: 38ebe1a9a9c46676cf2263be016c72ad0ec3ed15 (plain) (blame)
1
2
3
4
5
6
7
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            bugnumber="rdar://problem/24599697")])