llvm-project/lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/TestNameClash.py

7 lines
216 B
Python

from lldbsuite.test import decorators
from lldbsuite.test import lldbinline
lldbinline.MakeInlineTest(
__file__, globals(), [
decorators.skipIfFreeBSD, decorators.skipIfLinux, decorators.skipIfWindows])