Skip to content

Commit

Permalink
common: update generated file to reflect latest changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Feb 23, 2024
1 parent a609ece commit 15de5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/core_log_max/call_all.c.generated
Original file line number Diff line number Diff line change
Expand Up @@ -687,9 +687,9 @@ call_all_CORE_LOG_FATAL(void)
CORE_LOG_FATAL("os_thread_key_create");
// src/core/last_error_msg.c:78
CORE_LOG_FATAL("os_tls_set");
// src/core/out.c:113
// src/core/out.c:147
CORE_LOG_FATAL("Cannot set log threshold");
// src/core/out.c:145
// src/core/out.c:154
CORE_LOG_FATAL("Cannot set legacy log function");
// src/core/sys_util.h:108
CORE_LOG_FATAL("os_rwlock_init");
Expand Down Expand Up @@ -1000,7 +1000,7 @@ call_all_ERR_W_ERRNO(int errnum)
// src/common/vecq.h:68
ERR_W_ERRNO("Realloc");
UT_ASSERTeq(errno, errnum);
// src/core/out.c:126
// src/core/out.c:104
ERR_W_ERRNO("snprintf");
UT_ASSERTeq(errno, errnum);
// src/core/ravl.c:167
Expand Down

0 comments on commit 15de5c0

Please sign in to comment.