Skip to content

Commit

Permalink
test_io2.c: Update outdated check_abort message
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-griesbach committed Mar 1, 2024
1 parent 15690a3 commit 02241b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_io2.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ main (int argc, char **argv)
SC_CHECK_ABORT (p4est_file_write_field
(fc, quad_data.elem_size, &quad_data,
"Quadrant-wise char", &errcode) != NULL,
"Write ranks");
"Write chars");

SC_CHECK_ABORT (p4est_file_write_field
(fc, quads->elem_size, quads, "Quadrant data", &errcode)
Expand Down

0 comments on commit 02241b9

Please sign in to comment.