aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/c/struct_types/TestStructTypes.py
blob: 87ad326f31811b805ca77c0873ff92ca4e0c9193 (plain) (blame)
1
2
3
4
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.lldbtest as lldbtest

lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24764")] )