From 0ba313f3a913514b9f15e5fecccdd075a7fd283c Mon Sep 17 00:00:00 2001 From: Andreas Ericsson Date: Tue, 20 Apr 2010 17:58:19 +0200 Subject: [PATCH] test-hash: Use t_start() instead of handcrafting a colored message Signed-off-by: Andreas Ericsson --- test-hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-hash.c b/test-hash.c index 08e9298..6ecc557 100644 --- a/test-hash.c +++ b/test-hash.c @@ -75,7 +75,7 @@ int main(int argc, char **argv) struct test_data s; t_set_colors(0); - printf("%sRunning hash_walk_data() tests%s\n", cyan, reset); + t_start("testing hash_walk_data()"); memset(&s, 0, sizeof(s)); /* first we set up the hash-tables */ ti = hash_init(16); -- 2.11.4.GIT