test: Fix unresolved name in regions-mock-trans-impls.rs

This commit is contained in:
Patrick Walton 2012-03-23 15:44:37 -07:00
parent c56ec7b02a
commit 7592dae949

View File

@ -22,7 +22,7 @@ impl arena for arena {
}
fn h(bcx : &bcx) -> &bcx {
ret new(*bcx.fcx.arena) { fcx: fcx };
ret new(*bcx.fcx.arena) { fcx: bcx.fcx };
}
fn g(fcx : &fcx) {