1
Fork 0

std: Rename strbuf operations to string

[breaking-change]
This commit is contained in:
Richo Healey 2014-05-25 03:17:19 -07:00
parent 4348e23b26
commit 1f1b2e42d7
304 changed files with 2567 additions and 2567 deletions

View file

@ -409,7 +409,7 @@ mod tests {
set_stdout(box w);
println!("hello!");
});
assert_eq!(r.read_to_str().unwrap(), "hello!\n".to_strbuf());
assert_eq!(r.read_to_str().unwrap(), "hello!\n".to_string());
})
iotest!(fn capture_stderr() {