Objective-C runtime. We'll need to do more (subclasses, partially-defined classes, etc.) but this tests that at least the basics work. llvm-svn: 221208
5 lines
152 B
Python
5 lines
152 B
Python
import lldbinline
|
|
import lldbtest
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows])
|