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