7 lines
137 B
Python
7 lines
137 B
Python
from __future__ import absolute_import
|
|
|
|
from lldbsuite.test import lldbinline
|
|
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), None)
|