test: Remove all uses of ~str
from the test suite.
This commit is contained in:
parent
2a7a39191a
commit
95e310abdc
189 changed files with 842 additions and 771 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
mod circular_modules_hello; //~ERROR: circular modules
|
||||
|
||||
pub fn hi_str() -> ~str {
|
||||
pub fn hi_str() -> StrBuf {
|
||||
"Hi!".to_owned()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue