Register new snapshots, purge log_err and log_full in favour of log(...).
This commit is contained in:
parent
ccb5b6fb25
commit
f0dfbe7b1b
243 changed files with 705 additions and 702 deletions
|
|
@ -35,8 +35,8 @@ fn test_pipes() {
|
|||
readclose(pipe_err.in);
|
||||
os::waitpid(pid);
|
||||
|
||||
log_full(core::debug, expected);
|
||||
log_full(core::debug, actual);
|
||||
log(debug, expected);
|
||||
log(debug, actual);
|
||||
assert (expected == actual);
|
||||
|
||||
fn writeclose(fd: fd_t, s: str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue