[lldb/test] Remove a check from TestLoadAfterAttach
authorPavel Labath <pavel@labath.sk>
Tue, 28 Sep 2021 12:44:42 +0000 (14:44 +0200)
committerPavel Labath <pavel@labath.sk>
Tue, 28 Sep 2021 12:47:46 +0000 (14:47 +0200)
commit7866dbb261240f71c79e70d2ed52351846f795cd
tree2e8228b538469e2a01a334f8deacda4613802994
parent00be84f910dc2816a07925e7e0f4c647c1e2f83d
[lldb/test] Remove a check from TestLoadAfterAttach

The two module retrieval methods (qXfer:libraries-svr4 and manual list
traversal) differ in how the handle the
manually-added-but-not-yet-loaded modules. The svr4 path will remove it,
while the manual one will keep in the list.

It's likely the two paths need ought to be synchronized, but right now,
this distinction is not relevant for the test.
lldb/test/API/functionalities/load_after_attach/TestLoadAfterAttach.py