librustc: Stop using @str
for source.
This commit is contained in:
parent
f152be7a42
commit
e68108b3e8
10 changed files with 87 additions and 89 deletions
|
@ -1047,7 +1047,7 @@ mod test {
|
|||
~[], sess);
|
||||
// should fail:
|
||||
let mut loader = ErrLoader;
|
||||
expand_crate(sess,&mut loader,~[],crate_ast);
|
||||
expand_crate(sess, &mut loader, ~[], crate_ast);
|
||||
}
|
||||
|
||||
#[test] fn test_contains_flatten (){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue