8 lines
140 B
Python
8 lines
140 B
Python
|
"""
|
||
|
Describe the purpose of the test here.
|
||
|
"""
|
||
|
|
||
|
from lldbsuite.test import lldbinline
|
||
|
|
||
|
lldbinline.MakeInlineTest(__file__, globals(), None)
|