mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: truncate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
cb44bb9967
commit
762142cebc
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ void test_pulse_logging__simple(void) {
|
|||
cl_assert_equal_s(s_log_message_buffer, "TestTestTestTestTest");
|
||||
}
|
||||
|
||||
void test_pulse_logging__simple_trucate(void) {
|
||||
void test_pulse_logging__simple_truncate(void) {
|
||||
pulse_logging_log(LOG_LEVEL_DEBUG, "", 0, "TestTestTestTestTestTestTestTestTestTest"
|
||||
"TestTestTestTestTestTestTestTestTestTest"
|
||||
"TestTestTestTestTestTestTestTestTestTest"
|
||||
|
@ -169,7 +169,7 @@ void test_pulse_logging__isr_simple(void) {
|
|||
cl_assert_equal_s(s_log_message_buffer, "TestTestTestTestTest");
|
||||
}
|
||||
|
||||
void test_pulse_logging__isr_trucate(void) {
|
||||
void test_pulse_logging__isr_truncate(void) {
|
||||
s_in_critical_section = true;
|
||||
|
||||
pulse_logging_log(LOG_LEVEL_DEBUG, "", 0, "TestTestTestTestTestTestTestTestTestTest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue