From 24385ddc0c07dd313691f03cba57e08924478f7c Mon Sep 17 00:00:00 2001 From: Kelbon Nik Date: Fri, 2 Feb 2024 16:49:43 +0400 Subject: [PATCH] fmt --- tests/test_anyany.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_anyany.cpp b/tests/test_anyany.cpp index eb21fc2..eb8fb3b 100644 --- a/tests/test_anyany.cpp +++ b/tests/test_anyany.cpp @@ -1570,6 +1570,6 @@ int main() { return TESTconstructors() + TESTany_cast() + TESTany_cast2() + TESTinvoke() + TESTcompare() + TESTtype_descriptor_and_plugins_interaction() + TESTspecial_member_functions() + TESTptr_behavior() + TESTtransmutate_ctors() + TESTstateful() + TESTsubtable_ptr() + TESTmaterialize() + - TESTruntime_reflection() + TESTcustom_unique_ptr() + TESTstrange_allocs() + TESTalways_allocated_any() - + TESTnon_default_constructible_allocs(); + TESTruntime_reflection() + TESTcustom_unique_ptr() + TESTstrange_allocs() + + TESTalways_allocated_any() + TESTnon_default_constructible_allocs(); } \ No newline at end of file