summaryrefslogtreecommitdiff
path: root/tests/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.c')
-rw-r--r--tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.c b/tests/test.c
index 70130782..059eb10f 100644
--- a/tests/test.c
+++ b/tests/test.c
@@ -1208,7 +1208,7 @@ void run_one_test()
}
# endif
if (GC_print_stats)
- GC_log_printf("Finished %x\n", pthread_self());
+ GC_log_printf("Finished %p\n", &start_time);
}
void check_heap_stats()