X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Futils%2Ftap%2Ftap.c;fp=tests%2Futils%2Ftap%2Ftap.c;h=7d5920ac89f5b83891e7aa4e10b6fe7843112e3d;hp=a5c3a8109c8e279542d73f083cb5802a214c5bab;hb=02bb4fcc399072b657877925489f4b4e43754a57;hpb=c7fa66191176d600d53a69266b8567453c9f977d diff --git a/tests/utils/tap/tap.c b/tests/utils/tap/tap.c index a5c3a810..7d5920ac 100644 --- a/tests/utils/tap/tap.c +++ b/tests/utils/tap/tap.c @@ -42,7 +42,7 @@ static unsigned int test_count = 0; /* Number of tests that have been run */ static unsigned int e_tests = 0; /* Expected number of tests to run */ static unsigned int failures = 0; /* Number of tests that failed */ static char *todo_msg = NULL; -static char *todo_msg_fixed = "libtap malloc issue"; +static const char *todo_msg_fixed = "libtap malloc issue"; static int todo = 0; static int test_died = 0;