summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/packages/Python/lldbsuite/test/lang/objc/objc_direct-methods/TestObjCDirectMethods.py
blob: f0152de1ac33b7946b22d680aca61d1bfc6a5c3d (plain) (blame)
1
2
3
4
5
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [decorators.skipUnlessDarwin])