[lldb/test] Allow indentation in inline tests
authorPavel Labath <pavel@labath.sk>
Thu, 28 Oct 2021 09:23:24 +0000 (11:23 +0200)
committerPavel Labath <pavel@labath.sk>
Thu, 28 Oct 2021 12:39:02 +0000 (14:39 +0200)
commit349295fcf37ed1ff1ea98c18ea1b391741823916
tree911171d207c2bae9275d22b7c97b13afdca6b1f8
parente8535fa78458abe37e54e5c01d52558c5e284092
[lldb/test] Allow indentation in inline tests

This makes it possible to use for loops (and other language constructs)
in inline tests.

Differential Revision: https://reviews.llvm.org/D112706
lldb/packages/Python/lldbsuite/test/lldbinline.py
lldb/test/API/test_utils/TestInlineTest.py [new file with mode: 0644]