blob: 29fad79de8113481ac706d12bcc60244cc6a92e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
"""
Describe the purpose of the test here.
"""
from __future__ import absolute_import
from lldbsuite.test import lldbinline
lldbinline.MakeInlineTest(
__file__, globals(), None)
|