diff options
Diffstat (limited to 'test/regress_util.c')
| -rw-r--r-- | test/regress_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress_util.c b/test/regress_util.c index 430b3cdd..a3dc04ce 100644 --- a/test/regress_util.c +++ b/test/regress_util.c @@ -1335,7 +1335,7 @@ test_event_calloc_enomem(void *arg) #elif defined(__GNUC__) #pragma GCC diagnostic pop #endif - tt_assert(p == NULL); + tt_ptr_op(p, ==, NULL); tt_int_op(errno, ==, ENOMEM); end: |
