From 6d0a8f98dd06f8495ffecb2a82e616d79e301478 Mon Sep 17 00:00:00 2001 From: Akilan Date: Sun, 10 Aug 2025 16:39:02 +0100 Subject: [PATCH] test whole program --- benchmarks/allocator/allocator_shared_object_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/allocator/allocator_shared_object_file.c b/benchmarks/allocator/allocator_shared_object_file.c index 409a028..d4951c6 100644 --- a/benchmarks/allocator/allocator_shared_object_file.c +++ b/benchmarks/allocator/allocator_shared_object_file.c @@ -189,7 +189,7 @@ pagesizes(size_t ps[MAXPAGESIZES]) // ATF_REQUIRE_MSG(pscnt != -1, "getpagesizes failed; errno=%d", errno); // ATF_REQUIRE_MSG(ps[0] != 0, "psind 0 is %zu", ps[0]); // ATF_REQUIRE_MSG(pscnt <= MAXPAGESIZES, "invalid pscnt %d", pscnt); - // if (pscnt == 1){ + // if (pscnt == 1){ // printf("pscnt is 1"); // }