blob: b7613779d90f659c5b874b04677d51f0d1bd29a8 (
plain)
1
2
3
4
5
6
7
8
|
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
lldbinline.MakeInlineTest(
__file__,
globals(),
[decorators.expectedFailureAll(bugnumber="llvm.org/pr50814", compiler="gcc")],
)
|