This is an archive of the discontinued LLVM Phabricator instance.

[lldb/test] Fix TestLoadUnload
ClosedPublic

Authored by mib on Apr 14 2020, 3:18 AM.

Details

Summary

[lldb/test] Fix TestLoadUnload failure introduced in e0dbd025131c4d77d8a5050a91d391d950529a8c

It seems that env_cmd_string is declared and used few lines under this
self.runCmd expression. I guess this is some left-over from an older
version.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib created this revision.Apr 14 2020, 3:18 AM
labath accepted this revision.Apr 14 2020, 4:25 AM

Looks good, thanks. This is a leftover from a previous version of that patch caused by me mailing patches between different operating systems.

This revision is now accepted and ready to land.Apr 14 2020, 4:25 AM
This revision was automatically updated to reflect the committed changes.