Skip to content

Commit

Permalink
Support rdbversion v12 - minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed Oct 16, 2023
1 parent 2dfe9ed commit 3de9f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static inline void unused(void *dummy, ...) { (void)(dummy);}
do { \
if (!(exp)) { \
fprintf(stderr, "Assertion failed: %s\n", #exp); \
fprintf(stderr, "Error: " format "\n", ##__VA_ARGS__); \
fprintf(stderr, "Error: " format "\n", __VA_ARGS__); \
assert_true(0); \
} \
} while (0)
Expand Down

0 comments on commit 3de9f03

Please sign in to comment.