diff options
Diffstat (limited to 'test/gheap.c')
-rw-r--r-- | test/gheap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gheap.c b/test/gheap.c index f1182bd..acd514a 100644 --- a/test/gheap.c +++ b/test/gheap.c @@ -586,7 +586,7 @@ main(void) /* Push API context */ if (H5CX_push() < 0) - FAIL_STACK_ERROR + FAIL_STACK_ERROR; api_ctx_pushed = TRUE; nerrors += test_1(fapl_id); @@ -605,7 +605,7 @@ main(void) /* Pop API context */ if (api_ctx_pushed && H5CX_pop(FALSE) < 0) - FAIL_STACK_ERROR + FAIL_STACK_ERROR; api_ctx_pushed = FALSE; h5_cleanup(FILENAME, fapl_id); |