changed a message

This commit is contained in:
William King
1999-10-27 02:00:25 +00:00
parent 2768168c72
commit c786320d84

View File

@@ -242,7 +242,7 @@ main(int argc, char **argv)
deadpid = waitpid(T_pid, &status, 0);
if (deadpid == T_pid) {
if (WIFSIGNALED(status)) {
t_info("the test case caught an exception %d\n",
t_info("the test case caused an exception %d\n",
WTERMSIG(status));
t_result(T_UNRESOLVED);
}