aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/completion-in-lambda-and-unnamed-class/TestCompletionInLambdaAndUnnamedClass.py
blob: 0e3bfc2733a561b8d1936093d0816eb284a4cfdb (plain)
1
2
3
4
5
6
7
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__,
    globals(),
)