More descriptive error messages for debug info tests
This commit is contained in:
parent
f1928d8e2c
commit
6152425180
@ -276,8 +276,8 @@ fn run_debuginfo_test(config: config, props: TestProps, testfile: &Path) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if i != num_check_lines {
|
if i != num_check_lines {
|
||||||
fatal(fmt!("line not found in debugger output: %s",
|
fatal_ProcRes(fmt!("line not found in debugger output: %s"
|
||||||
props.check_lines[i]));
|
props.check_lines[i]), ProcRes);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user