Skip to content
Snippets Groups Projects
Commit 1374ca34 authored by Basile Desloges's avatar Basile Desloges Committed by Julien Signoles
Browse files

[eacsl] Update "with values" assertion message

parent bd060578
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ int eacsl_runtime_sound_verdict = 1; ...@@ -37,7 +37,7 @@ int eacsl_runtime_sound_verdict = 1;
void eacsl_print_values(eacsl_assert_data_t *data) { void eacsl_print_values(eacsl_assert_data_t *data) {
eacsl_assert_data_value_t *value = data->values; eacsl_assert_data_value_t *value = data->values;
if (value != NULL) { if (value != NULL) {
STDERR("\tWith values:\n"); STDERR("\tWith values at failure point:\n");
} }
while (value != NULL) { while (value != NULL) {
eacsl_print_value(value); eacsl_print_value(value);
......
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