From 89d04c76eac71e2da811da445b262d55c499ca77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 20 Jan 2026 20:49:17 +0100 Subject: [PATCH] Re-enable full node_allocator testing --- test/node_allocator_test.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/node_allocator_test.cpp b/test/node_allocator_test.cpp index 785bdfb..832cbc0 100644 --- a/test/node_allocator_test.cpp +++ b/test/node_allocator_test.cpp @@ -52,21 +52,21 @@ int main () { if(test::list_test()) return 1; - //if(test::list_test()) - //return 1; + if(test::list_test()) + return 1; if(test::list_test()) return 1; - //if(test::list_test()) - //return 1; + if(test::list_test()) + return 1; if(test::vector_test()) return 1; - //if(test::vector_test()) - //return 1; + if(test::vector_test()) + return 1; if(test::vector_test()) return 1; - //if(test::vector_test()) - //return 1; + if(test::vector_test()) + return 1; return 0; }