libcore: fix task::test_osmain test.

This commit is contained in:
Erick Tryzelaar 2012-07-10 11:39:59 -07:00
parent a899e659a0
commit d0ac1bbfaf

View File

@ -1212,7 +1212,7 @@ fn test_avoid_copying_the_body_unsupervise() {
#[test]
fn test_osmain() {
let buildr = builder();
set_sched_mode(buildr, mode);
set_sched_mode(buildr, osmain);
let po = comm::port();
let ch = comm::chan(po);