changed a message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user