5 lines
152 B
Python
5 lines
152 B
Python
import lldbinline
|
|
import lldbtest
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.skipIfFreeBSD,lldbtest.skipIfLinux,lldbtest.skipIfWindows])
|