Skip to content

Commit

Permalink
further test development
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 4, 2019
1 parent d9014ad commit d72e8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ncint/tst_pio_udf.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ main(int argc, char **argv)
if (disp_in != &NCINT_dispatcher) ERR;

/* Open file with our defined functions. */
if (nc_open(FILE_NAME, NC_UDF0, &ncid)) ERR;
if (nc_close(ncid)) ERR;
/* if (nc_open(FILE_NAME, NC_UDF0, &ncid)) ERR; */
/* if (nc_close(ncid)) ERR; */

/* /\* Open file again and abort, which is the same as closing it. *\/ */
/* if (nc_open(FILE_NAME, NC_UDF0, &ncid)) ERR; */
Expand Down

0 comments on commit d72e8fb

Please sign in to comment.