10 lines
267 B
Python
10 lines
267 B
Python
from lldbsuite.test import lldbinline
|
|
from lldbsuite.test import decorators
|
|
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), [
|
|
decorators.expectedFailureAll(
|
|
compiler="gcc"),
|
|
# rdar://problem/48128064
|
|
decorators.skipIfDarwin])
|