]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/TestNameClash.py
Vendor import of lldb trunk r338150:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / lang / objcxx / class-name-clash / TestNameClash.py
1 from lldbsuite.test import decorators
2 from lldbsuite.test import lldbinline
3
4 lldbinline.MakeInlineTest(
5     __file__, globals(), [
6         decorators.skipIfFreeBSD, decorators.skipIfLinux, decorators.skipIfWindows])