summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/llvm-style/TestLLVMStyle.py
blob: 8e83a3ab1a4a68c53ed0642d0a3ffd6d91d5e495 (plain)
1
2
3
4
5
6
7
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            oslist=["windows"], bugnumber="llvm.org/pr24764")])
OpenPOWER on IntegriCloud