Skip to content
Snippets Groups Projects
Commit 331dc8cc authored by Aleksandr Lysikov's avatar Aleksandr Lysikov
Browse files

fix text message in tests

parent 68302757
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ void dap_string_test(void)
dap_string_append_len(l_str, " string2", strlen(" string2"));
dap_assert_PIF(!strcmp(l_str->str, "str int=123 string2"), "Test dap_string_append_len()");
dap_assert(l_str, "Test dap_list_t");
dap_assert(l_str, "Test dap_string_t");
dap_string_free(l_str, true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment