We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cbca16 commit 8892c93Copy full SHA for 8892c93
code/tests/cases/test_cnullptr.c
@@ -85,8 +85,8 @@ FOSSIL_TEST_CASE(c_test_cunwrap_or) {
85
FOSSIL_TEST_CASE(c_test_cunwrap) {
86
void *ptr = (void *)1;
87
ASSUME_ITS_EQUAL_PTR(cunwrap(ptr), ptr);
88
- cnullify(ptr);
89
- ASSUME_ITS_EQUAL_PTR(cunwrap(ptr), cnull); // Should exit on failure in actual code, but we test that it returns cnull
+ // cnullify(ptr);
+ // ASSUME_ITS_EQUAL_PTR(cunwrap(ptr), cnull); // Should exit on failure in actual code, but we test that it returns cnull
90
}
91
92
// ** Test csafe_cast Macro **
0 commit comments