Files
clang-p2996/lldb/test/API/sample_test/TestSampleInlineTest.py
David Spickett 193259cbce [LLDB] Remove __future__ imports from tests
Not needed now that we require python 3.

Reviewed By: kastiglione, JDevlieghere

Differential Revision: https://reviews.llvm.org/D131761
2022-08-15 08:54:06 +00:00

9 lines
145 B
Python

"""
Describe the purpose of the test here.
"""
from lldbsuite.test import lldbinline
lldbinline.MakeInlineTest(
__file__, globals(), None)