mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 20:15:49 -04:00
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)
|