[all-commits] [llvm/llvm-project] 349295: [lldb/test] Allow indentation in inline tests
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Oct 28 05:39:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 349295fcf37ed1ff1ea98c18ea1b391741823916
https://github.com/llvm/llvm-project/commit/349295fcf37ed1ff1ea98c18ea1b391741823916
Author: Pavel Labath <pavel at labath.sk>
Date: 2021-10-28 (Thu, 28 Oct 2021)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbinline.py
A lldb/test/API/test_utils/TestInlineTest.py
Log Message:
-----------
[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
More information about the All-commits
mailing list