Skip to content

Commit

Permalink
Rename macro to reflect it is only used with sstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Sep 10, 2024
1 parent bf7510c commit ebac6c6
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion tests/unit/include/unit_test.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright © 2024 Rot127 <[email protected]>
// SPDX-License-Identifier: BSD-3

#define CHECK_EQUAL_RET_FALSE(OS, str) \
#define CHECK_OS_EQUAL_RET_FALSE(OS, str) \
do { \
if (strcmp(OS.buffer, str) != 0) { \
printf("OS.buffer != str\n"); \
Expand Down
Loading

0 comments on commit ebac6c6

Please sign in to comment.