diff options
author | Joseph Huber <jhuber6@vols.utk.edu> | 2023-05-02 10:29:13 -0500 |
---|---|---|
committer | Joseph Huber <jhuber6@vols.utk.edu> | 2023-05-02 18:51:10 -0500 |
commit | a417ee9ccfbc59ac8910e77d3138985240d78e28 (patch) | |
tree | 3573d125b97473216a2aaf41efb5305555683ccc /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
parent | 6ea1a0d4fc3823de143a288df2059b48dc01cf72 (diff) | |
download | llvm-a417ee9ccfbc59ac8910e77d3138985240d78e28.zip llvm-a417ee9ccfbc59ac8910e77d3138985240d78e28.tar.gz llvm-a417ee9ccfbc59ac8910e77d3138985240d78e28.tar.bz2 |
[libc] Remove use of 'assert' from the string tests
Currently we use `assert` as a stand-in for the typical test assertions.
This is because these functions exist outside of the base test class so
we can't use the typical assertion methods. The presence of these
asserts makes it difficult to compile these tests in a standalone
format. This patch removes all occurrences.
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D149656
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions