aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/unittest
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-21 17:44:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-21 17:44:06 +0000
commitf748c684765dc2e32f87a33201fb78f7fa58eb2a (patch)
tree5b83a1f7e51001ed8eb3fdc15b7f871070ce0f6b /tools/ftl/processors/unittest
parent0e3a108a64d9d2ac6d820f90b35a47c2d6cad2cc (diff)
downloadChibiOS-f748c684765dc2e32f87a33201fb78f7fa58eb2a.tar.gz
ChibiOS-f748c684765dc2e32f87a33201fb78f7fa58eb2a.tar.bz2
ChibiOS-f748c684765dc2e32f87a33201fb78f7fa58eb2a.zip
More test improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10867 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools/ftl/processors/unittest')
-rwxr-xr-xtools/ftl/processors/unittest/test/test_sequence.c.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ftl/processors/unittest/test/test_sequence.c.ftl b/tools/ftl/processors/unittest/test/test_sequence.c.ftl
index 85d3fc35f..4173b3e99 100755
--- a/tools/ftl/processors/unittest/test/test_sequence.c.ftl
+++ b/tools/ftl/processors/unittest/test/test_sequence.c.ftl
@@ -209,7 +209,7 @@ const testcase_t * const ${prefix_lower}test_sequence_${(sequence_index + 1)?str
* @brief ${utils.WithDot(sequence.brief.value[0]?string)}
*/
const testsequence_t ${prefix_lower}test_sequence_${(sequence_index + 1)?string("000")} = {
- NULL,
+ "${utils.WithoutDot(sequence.brief.value[0]?string)}",
${prefix_lower}test_sequence_${(sequence_index + 1)?string("000")}_array
};
[#if sequence.condition.value[0]?trim?length > 0]