1from lldbsuite.test import lldbinline
2from lldbsuite.test import decorators
3
4lldbinline.MakeInlineTest(__file__,
5                          globals(),
6                          [decorators.expectedFailureAll(compiler="clang",
7                                                         compiler_version=["<",
8                                                                           "3.5"],
9                                                         bugnumber="llvm.org/pr27845")])
10