aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl/processors')
-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]