Re-enabling some tests.
This commit is contained in:
parent
f6f8a06d6b
commit
866ee6ecb4
6 changed files with 6 additions and 15 deletions
|
|
@ -6512,7 +6512,7 @@ fn deep_copy(&@block_ctxt bcx, ValueRef v, ty::t t, ValueRef target_task)
|
|||
else if(ty::type_is_str(tcx, t)) {
|
||||
ret rslt(bcx,
|
||||
bcx.build.Call(bcx.fcx.lcx.ccx.upcalls.dup_str,
|
||||
[bcx.fcx.lltaskptr, v]));
|
||||
[bcx.fcx.lltaskptr, target_task, v]));
|
||||
}
|
||||
else if(ty::type_is_chan(tcx, t)) {
|
||||
// If this is a channel, we need to clone it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue