1
Fork 0

librustc: Stop using @str for source.

This commit is contained in:
Patrick Walton 2014-01-15 16:26:20 -08:00 committed by Huon Wilson
parent f152be7a42
commit e68108b3e8
10 changed files with 87 additions and 89 deletions

View file

@ -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 (){