blob: 810aefee0f07d1be6d3cca8bcf6415a873ab218f (
plain) (
blame)
1
2
3
4
5
6
|
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
lldbinline.MakeInlineTest(
__file__, globals(), [
decorators.expectedFailureAll(bugnumber="rdar://problem/32096064")])
|