Skip to content

Commit

Permalink
Update libcxx/support
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Oct 15, 2024
1 parent 8cc4731 commit 2b76500
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/sources/libcxx/Support.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,11 @@
#include "support/check_consecutive.h"
#include "support/set_allocator_requirement_test_templates.h"
#include "support/map_allocator_requirement_test_templates.h"
#include "support/insert_range_maps_sets.h"
#include "support/asan_testing.h"
#include "support/min_allocator.h"

#if TEST_STD_VER >= 23
# include "support/insert_range_maps_sets.h"
#endif

#define TEST_LIBCPP_ASSERT_FAILURE(expr, mess) try { (void)(expr); assert(false); } catch (...) {}

0 comments on commit 2b76500

Please sign in to comment.