Skip to content

Commit

Permalink
Merge pull request #6098 from pmem/5583_repro_fix
Browse files Browse the repository at this point in the history
test: introduce a test reproducing the #5583 (fix)
  • Loading branch information
janekmi authored Jun 17, 2024
2 parents 976ec03 + a2a1ce0 commit 1cea527
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/obj_ulog_advanced/obj_ulog_advanced.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

#define LAYOUT_NAME "obj_ulog_advanced"

#if VG_PMEMCHECK_ENABLED == 0
#define VALGRIND_PMC_EMIT_LOG(_) /* NOP */
#endif /* VG_PMEMCHECK_ENABLED == 0 */

/*
* BACKGROUND INFORMATION
*
Expand Down

0 comments on commit 1cea527

Please sign in to comment.