[lldb] Readd deleted variable in the sample test
authorRaphael Isemann <teemperor@gmail.com>
Mon, 24 May 2021 14:24:45 +0000 (16:24 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 24 May 2021 14:29:25 +0000 (16:29 +0200)
commit5d7c1d8f33c305b5113cd1429344524ddc2316d9
treefc69906463453a4842041d42466708228726a464
parent54c2687292da54a2d7964a47b0e334155385f084
[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.
lldb/test/API/sample_test/TestSampleTest.py
lldb/test/API/sample_test/main.c