summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInlines.py
blob: 311c5ec8e1208b2e6e5e5307d2e314fabd9b77cd (plain)
1
2
3
4
5
6
7
8
9
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(__file__,
                          globals(),
                          [decorators.expectedFailureAll(compiler="clang",
                                                         compiler_version=["<",
                                                                           "3.5"],
                                                         bugnumber="llvm.org/pr27845")])
OpenPOWER on IntegriCloud