[all-commits] [llvm/llvm-project] 5d7c1d: [lldb] Readd deleted variable in the sample test
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Mon May 24 07:29:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d7c1d8f33c305b5113cd1429344524ddc2316d9
https://github.com/llvm/llvm-project/commit/5d7c1d8f33c305b5113cd1429344524ddc2316d9
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M lldb/test/API/sample_test/TestSampleTest.py
M lldb/test/API/sample_test/main.c
Log Message:
-----------
[lldb] Readd deleted variable in the sample test
In D102771 wanted to make `test_var` global to demonstrate the a no-launch test,
but the old variable is still needed for another test. This just creates the
global var with a different name to demonstrate the no-launch functionality.
More information about the All-commits
mailing list