Skip to content

Commit 8892c93

Browse files
Update test_cnullptr.c
1 parent 7cbca16 commit 8892c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/tests/cases/test_cnullptr.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ FOSSIL_TEST_CASE(c_test_cunwrap_or) {
8585
FOSSIL_TEST_CASE(c_test_cunwrap) {
8686
void *ptr = (void *)1;
8787
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
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
9090
}
9191

9292
// ** Test csafe_cast Macro **

0 commit comments

Comments
 (0)