From 6aa05524034ee0e232285ca4ac07d7b70451750a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 12 May 2021 10:54:33 +0200 Subject: libtest: Increase line length Update #3716. --- cpukit/libtest/t-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libtest') diff --git a/cpukit/libtest/t-test.c b/cpukit/libtest/t-test.c index 0935a5ceb1..12d020446a 100644 --- a/cpukit/libtest/t-test.c +++ b/cpukit/libtest/t-test.c @@ -47,7 +47,7 @@ #include "t-test-printf.h" #endif /* __rtems__ */ -#define T_LINE_SIZE 128 +#define T_LINE_SIZE 256 typedef struct { pthread_spinlock_t lock; -- cgit v1.2.3