remove unused code 2

pull/4167/head
Alex Fishgait 2023-10-16 11:22:02 +02:00
parent fd5d575d79
commit 8f6eb81aaf
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ TEST_CASE("bad my_allocator::construct")
}
TEST_CASE("controlled bad_alloc_rt_string")
{
using RtString = std::basic_string<char, std::char_traits<char>, my_allocator<char>>;