[libc][test] Remove dependency on sstream in algorithm_test.cpp
authorGuillaume Chatelet <gchatelet@google.com>
Wed, 29 Jun 2022 12:28:00 +0000 (12:28 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Wed, 29 Jun 2022 14:53:53 +0000 (14:53 +0000)
commit292b281caf8c3750cc0796b971af2ca24236a926
tree64cb967e13fa1fe5112d4b729644b47cc433babc
parent0fb24a85cb7e91b23ad0e72590d2fcc814dc5c48
[libc][test] Remove dependency on sstream in algorithm_test.cpp

Bots have been failing in full build mode because ´#include <sstream>´ would pull pthread which is not possible when code is compiled with ´-freestanding´.

Differential Revision: https://reviews.llvm.org/D128809
libc/test/src/string/memory_utils/CMakeLists.txt
libc/test/src/string/memory_utils/algorithm_test.cpp