Skip to content

Commit

Permalink
Address @byrnHDF review.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 19, 2024
1 parent 04e09e1 commit 550a5d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/dt_arith.c
Original file line number Diff line number Diff line change
Expand Up @@ -3307,8 +3307,7 @@ test_conv_flt_1(const char *name, int run_test, hid_t src, hid_t dst)
return MAX((int)fails_all_tests, 1);
else if (run_test == TEST_DENORM || run_test == TEST_SPECIAL)
return 1;
else
return 1;
return 1;
#endif
}

Expand Down

0 comments on commit 550a5d8

Please sign in to comment.