[lldb] Unify two versions of TestMemoryRead
authorPavel Labath <pavel@labath.sk>
Wed, 8 Dec 2021 12:25:30 +0000 (13:25 +0100)
committerPavel Labath <pavel@labath.sk>
Wed, 8 Dec 2021 12:27:56 +0000 (13:27 +0100)
commit5ce0f876326168425eea37268721e7602094b6fc
tree5c1d5c4a9619759b51ca1c692d3f585c316f4d9e
parent9ae5810b53c2e096d7442ba8af3f00ebc3d301b0
[lldb] Unify two versions of TestMemoryRead

Our test infrastructure does not like two tests with the same name, but
it makes sense to do it regardless, as they are testing the same
command.
lldb/test/API/commands/memory/read/TestMemoryRead.py
lldb/test/API/commands/memory/read/main.c
lldb/test/API/functionalities/memory/read/Makefile [deleted file]
lldb/test/API/functionalities/memory/read/TestMemoryRead.py [deleted file]
lldb/test/API/functionalities/memory/read/main.cpp [deleted file]