Skip to content

Commit

Permalink
Update test_cnullptr.c
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-coding authored Oct 23, 2024
1 parent c06ff8d commit 61ba1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/tests/test_cnullptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ FOSSIL_TEST(test_cnull_definition) {
// Test cases for cterminator and related constants
FOSSIL_TEST(test_cterminator_definition) {
// Check if the terminator constants are defined correctly
ASSUME_ITS_EQUAL_CHAR(cterminator, '\0');
ASSUME_ITS_EQUAL_CCHAR(cterminator, '\0');
ASSUME_ITS_EQUAL_WCHAR(wterminator, L'\0');
ASSUME_ITS_EQUAL_CHAR(cterm, '\0');
ASSUME_ITS_EQUAL_CCHAR(cterm, '\0');
ASSUME_ITS_EQUAL_WCHAR(wterm, L'\0');
}

Expand Down

0 comments on commit 61ba1f5

Please sign in to comment.