aboutsummaryrefslogtreecommitdiffstats
path: root/test/rt/source/test/rt_test_root.c
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-24 12:16:46 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-24 12:16:46 +0000
commit99b4f26a6513bf2ab68a10165d786f2dbd7ccc50 (patch)
treee7a146d97723502b37b79587d82c3258ba096eca /test/rt/source/test/rt_test_root.c
parent2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779 (diff)
downloadChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.tar.gz
ChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.tar.bz2
ChibiOS-99b4f26a6513bf2ab68a10165d786f2dbd7ccc50.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10893 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/rt/source/test/rt_test_root.c')
-rw-r--r--test/rt/source/test/rt_test_root.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rt/source/test/rt_test_root.c b/test/rt/source/test/rt_test_root.c
index 0349fc1e6..5de8d38aa 100644
--- a/test/rt/source/test/rt_test_root.c
+++ b/test/rt/source/test/rt_test_root.c
@@ -79,7 +79,7 @@ const testsequence_t * const rt_test_suite_array[] = {
* @brief Test suite root structure.
*/
const testsuite_t rt_test_suite = {
- "ChibiOS/RT Test Suite.",
+ "ChibiOS/RT Test Suite",
rt_test_suite_array
};