xref: /llvm-project/lldb/test/API/lang/objc/objc-runtime-ivars/TestRuntimeIvars.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
1from lldbsuite.test import lldbinline
2from lldbsuite.test import decorators
3
4lldbinline.MakeInlineTest(
5    __file__, globals(), [decorators.skipIf(archs=["i386", "i686"])]
6)
7