Skip to content

Commit c7a7142

Browse files
authored
Update environ-mgmt/src/test_add_del_err_codes.c
1 parent 6459f39 commit c7a7142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environ-mgmt/src/test_add_del_err_codes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ int do_del_error_class(MPI_Comm comm, int eclass, int ecode, char *estr)
144144

145145
#else
146146
/* We should have MPI_Remove_error_xxx with MPI >= 4.1 */
147-
printf("Warning: MPI_Remove_error_xxx code/class/string NOT available!\n");
147+
printf("Warning: MPI_Remove_error_class NOT available!\n");
148148
ret = SKIPTEST;
149149
#endif /* HAVE_MPI_REMOVE_ERROR_CODE */
150150

0 commit comments

Comments
 (0)