Replace all ~"" with "".to_owned()
This commit is contained in:
committed by
Brian Anderson
parent
b75683cadf
commit
919889a1d6
@@ -85,7 +85,7 @@ pub fn run(input: &str, cfgs: Vec<~str>,
|
||||
false);
|
||||
collector.fold_crate(krate);
|
||||
|
||||
test_args.unshift(~"rustdoctest");
|
||||
test_args.unshift("rustdoctest".to_owned());
|
||||
|
||||
testing::test_main(test_args.as_slice(),
|
||||
collector.tests.move_iter().collect());
|
||||
|
||||
Reference in New Issue
Block a user