summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/TestNameClash.py
blob: 9b0c1f5eaef1a20c878be2b724db1a47e5d7268e (plain)
1
2
3
4
5
6
from lldbsuite.test import decorators
from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.skipIfFreeBSD, decorators.skipIfLinux, decorators.skipIfWindows])
OpenPOWER on IntegriCloud