Skip to content

Commit

Permalink
Test mbuf=true,false; set_buf=false
Browse files Browse the repository at this point in the history
  • Loading branch information
vchoi-hdfgroup committed Sep 18, 2023
1 parent 63485b3 commit a869d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmpd_dset.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ test_compounds_selection_io(void)
for (set_cache = FALSE; set_cache <= FALSE; set_cache++) {
for (set_fillvalue = FALSE; set_fillvalue <= FALSE; set_fillvalue++) {
for (select_io = FALSE; select_io <= FALSE; select_io++) {
for (mwbuf = TRUE; mwbuf <= TRUE; mwbuf++) {
for (mwbuf = FALSE; mwbuf <= TRUE; mwbuf++) {
for (set_buf = FALSE; set_buf <= FALSE; set_buf++) {

if ((dxpl = H5Pcreate(H5P_DATASET_XFER)) < 0)
Expand Down

0 comments on commit a869d34

Please sign in to comment.