Merge "Print allocator version in the malloc_info test." into main
diff --git a/tests/malloc_test.cpp b/tests/malloc_test.cpp
index 2ce789e..8bd8bc6 100644
--- a/tests/malloc_test.cpp
+++ b/tests/malloc_test.cpp
@@ -466,6 +466,7 @@
     // Do not verify output for debug malloc.
     ASSERT_TRUE(version == "debug-malloc-1") << "Unknown version: " << version;
   }
+  printf("Allocator version: %s\n", version.c_str());
 #endif
 }