summaryrefslogtreecommitdiffstats
path: root/test/unit/a0.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/a0.c')
-rw-r--r--test/unit/a0.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/unit/a0.c b/test/unit/a0.c
index b9ba45a..a27ab3f 100644
--- a/test/unit/a0.c
+++ b/test/unit/a0.c
@@ -1,7 +1,6 @@
#include "test/jemalloc_test.h"
-TEST_BEGIN(test_a0)
-{
+TEST_BEGIN(test_a0) {
void *p;
p = a0malloc(1);
@@ -11,9 +10,7 @@ TEST_BEGIN(test_a0)
TEST_END
int
-main(void)
-{
-
- return (test_no_malloc_init(
- test_a0));
+main(void) {
+ return test_no_malloc_init(
+ test_a0);
}