librustc: Remove another deprecated use of as Trait. rs=burningtree

This commit is contained in:
Patrick Walton 2013-03-14 08:03:05 -07:00
parent 50d99e0194
commit 1c8490b0d9

View file

@ -1203,8 +1203,8 @@ impl fake_ext_ctxt for fake_session {
}
#[cfg(test)]
fn mk_ctxt() -> fake_ext_ctxt {
@parse::new_parse_sess(None) as fake_ext_ctxt
fn mk_ctxt() -> @fake_ext_ctxt {
@parse::new_parse_sess(None) as @fake_ext_ctxt
}
#[cfg(test)]