From 8f6eb81aaffe4b7bc7b2ffad8a7f170c8aca6975 Mon Sep 17 00:00:00 2001 From: Alex Fishgait Date: Mon, 16 Oct 2023 11:22:02 +0200 Subject: [PATCH] remove unused code 2 --- tests/src/unit-allocator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/unit-allocator.cpp b/tests/src/unit-allocator.cpp index e04a217b9..7ea44f01b 100644 --- a/tests/src/unit-allocator.cpp +++ b/tests/src/unit-allocator.cpp @@ -263,7 +263,6 @@ TEST_CASE("bad my_allocator::construct") } - TEST_CASE("controlled bad_alloc_rt_string") { using RtString = std::basic_string, my_allocator>;