Skip to content

Commit 6459f39

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

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
@@ -115,7 +115,7 @@ int do_del_error_code(MPI_Comm comm, int eclass, int ecode, char *estr)
115115

116116
#else
117117
/* We should have MPI_Remove_error_xxx with MPI >= 4.1 */
118-
printf("Warning: MPI_Remove_error_xxx code/class/string NOT available!\n");
118+
printf("Warning: MPI_Remove_error_code NOT available!\n");
119119
ret = SKIPTEST;
120120
#endif /* HAVE_MPI_REMOVE_ERROR_CODE */
121121

0 commit comments

Comments
 (0)