Set compiler_versions on these tests, as they fail if tested on lower compiler versions versions. Differential Revision: https://reviews.llvm.org/D142513
7 lines
214 B
Python
7 lines
214 B
Python
from lldbsuite.test import lldbinline
|
|
from lldbsuite.test import decorators
|
|
|
|
decor = [decorators.skipIf(compiler="clang", compiler_version=['<', '16.0'])]
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), decor)
|