commit | 040df85d693ecd8b1503d0aecde235f1b8ddc8be | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Tue Dec 10 18:33:15 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 10 18:33:15 2024 +0000 |
tree | 6636ae3367c018435d355727263673803ba81007 | |
parent | 1b6a2d907a72baf632b6f5a6d6ac71b54a4c95d0 [diff] | |
parent | 9eb3f1f25e62506c2291a1e29ea0b8b18a2949ef [diff] |
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 }