summaryrefslogtreecommitdiff
path: root/Tests/LibELF/test-elf.cpp
AgeCommit message (Collapse)Author
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
This converts the return value of File::read_link() from String to ErrorOr<String>. The rest of the change is to support the potential of an Error being returned and subsequent release of the value when no Error is returned. Unfortunately at this stage none of the places affected can utililize our TRY() macro.
2021-05-15Tests: Add LibELF testsBrendan Coles