Skip to content

Commit 83a1d2f

Browse files
Update test_cnullptr.cpp
1 parent 8892c93 commit 83a1d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/tests/cases/test_cnullptr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ FOSSIL_TEST_CASE(cpp_test_cunwrap_or) {
9090
FOSSIL_TEST_CASE(cpp_test_cunwrap) {
9191
void *ptr = reinterpret_cast<void *>(1);
9292
ASSUME_ITS_EQUAL_PTR(cunwrap(ptr), ptr);
93-
cnullify(ptr);
94-
ASSUME_ITS_EQUAL_PTR(cunwrap(ptr), cnull); // Should return cnull when it's cnull
93+
// cnullify(ptr);
94+
// ASSUME_ITS_EQUAL_PTR(cunwrap(ptr), cnull); // Should return cnull when it's cnull
9595
}
9696

9797
// ** Test cnullable and cnonnull Attributes **

0 commit comments

Comments
 (0)